From 7bed01902ee46f4a70762b1cdab14965d6ba0d00 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:15:47 +0200 Subject: [PATCH] add allow.list setup --- .../dev-portal/src/events/hcpp23-serinko.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/documentation/dev-portal/src/events/hcpp23-serinko.md b/documentation/dev-portal/src/events/hcpp23-serinko.md index 5dd9a184d8..2b92c56ac3 100644 --- a/documentation/dev-portal/src/events/hcpp23-serinko.md +++ b/documentation/dev-portal/src/events/hcpp23-serinko.md @@ -217,6 +217,24 @@ This `id` is **never** transmitted over the network, and is used to select which It is highly recomended to install [dark.fi architecture](https://github.com/darkrenaissance/darkfi) prior to the workshop following the [documentation](https://darkrenaissance.github.io/darkfi/misc/ircd/ircd.html) so we have enough time for the network configuration. ``` -### ircd configuration +### Configuration + +Make sure to have [ircd installed](https://darkrenaissance.github.io/darkfi/misc/ircd/ircd.html) on the same machine like your `nym-socks5-client` (`nym-network-requester` can run anywhere). + +Currently `nym-network-requester` automatically connnects only to the [whitelisted URLs](https://nymtech.net/.wellknown/network-requester/standard-allowed-list.txt). This will [change soon](https://nymtech.net/operators/faq/smoosh-faq.html) into a more opened setup. This list can be changed by an operator running a node. + +**Alow list** + +1. Open a text file and there known peers +2. Save it as `allowed.list` in `~/.nym/service-providers/network-requester//allowed.list` +3. Restart your `nym-network-requester` +```sh +./nym-network-requester run --id +``` +4. Make sure both `nym-socks5-client` and `nym-network-requester` are running and connected + +> Note that for peer discovery you'll have to whitelist some known peers and the seed itself. + +**ircd setup**