Przeglądaj źródła

doc: mention open proxy as another way of connection apart from the whitelist approach

Dastan-glitch 3 lat temu
rodzic
commit
796b52394c
1 zmienionych plików z 17 dodań i 2 usunięć
  1. 17 2
      doc/src/clients/anonymous_outbound.md

+ 17 - 2
doc/src/clients/anonymous_outbound.md

@@ -65,8 +65,22 @@ new list.
 Both of these binaries have to be running when setting up a node.
 
 Currently connecting to other nodes might not be as dynamic as you'd 
-think, the approach used for now is whitelisted addresses, here's how 
-it works:
+think, there are two things we can do here:
+
+**1. `Network Requester` as open proxy:**
+
+you only need to run it like:
+
+```
+% ./nym-network-requester run --id nettestnode --open-proxy
+```
+
+This makes the whitelist not needed anymore, meaning you don't need to 
+worry about adding peers to `allowed.list` anymore, but don't share
+the address of the `Network Requester` while running as open proxy
+randomly.
+
+**2. whitelisted addresses approach, here's how it works:**
 
 - Initialize `nym-network-requester`
 - Initialize `nym-socks5-client`
@@ -79,6 +93,7 @@ can connect to peers manually, or through seed.
 > Note that for peer discovery you'll have to whitelist some known 
 peers and the seed itself.
 
+
 ## 4. **Setup `ircd`**
 
 After compiling `ircd`, run it once to spawn the config file. Then