diff --git a/graphs/.$darknet-webring.drawio.bkp b/graphs/.$darknet-webring.drawio.bkp index ccd385c..8753ab7 100644 --- a/graphs/.$darknet-webring.drawio.bkp +++ b/graphs/.$darknet-webring.drawio.bkp @@ -1,6 +1,6 @@ - + @@ -191,17 +191,17 @@ - - + + - + - - + + @@ -215,8 +215,8 @@ - - + + @@ -233,7 +233,7 @@ - + @@ -320,7 +320,7 @@ - + @@ -338,6 +338,12 @@ + + + + + + diff --git a/graphs/darknet-webring.drawio b/graphs/darknet-webring.drawio index dded363..54f0a93 100644 --- a/graphs/darknet-webring.drawio +++ b/graphs/darknet-webring.drawio @@ -1,6 +1,6 @@ - + @@ -191,13 +191,13 @@ - - + + - + @@ -215,8 +215,8 @@ - - + + @@ -233,8 +233,8 @@ - - + + @@ -320,7 +320,7 @@ - + @@ -338,6 +338,12 @@ + + + + + + diff --git a/opsec/anonsimplex/index.html b/opsec/anonsimplex/index.html index fc08f40..7a8e4f5 100644 --- a/opsec/anonsimplex/index.html +++ b/opsec/anonsimplex/index.html @@ -316,16 +316,21 @@ chmod 777 -R smp chmod 777 -R xftp -

Then we're going to configure torrc for the tor docker daemon as follows:

+

Be aware that SimpleX's documentation doesn't recommend by default that the servers be anonymous, they only care about the users being anonymous, that's why they recommend these 3 lines in the torrc configuration:

+

+SOCKSPort 0
+HiddenServiceNonAnonymousMode 1
+HiddenServiceSingleHopMode 1
+
+
+

DO NOT USE THESE, otherwise your servers' location will be known. You need to use the following instead:


 [ Wonderland ] [ /dev/pts/15 ] [/srv/simplex]
 → vim tor-data/torrc/torrc
 
 [ Wonderland ] [ /dev/pts/15 ] [/srv/simplex]
 → cat tor-data/torrc/torrc
- SOCKSPort 0
- HiddenServiceNonAnonymousMode 1
- HiddenServiceSingleHopMode 1
+ SOCKSPort 0.0.0.0:9050 
  HiddenServiceDir /var/lib/tor/simplex-smp
  HiddenServicePort 5223 simplex-smp:5223
  HiddenServicePort 80 simplex-smp:80
@@ -333,6 +338,7 @@ chmod 777 -R  xftp
  HiddenServicePort 5233 simplex-xftp:5233
 
 
+

Then we're going to run the docker containers so that it creates the tor hostnames for both the smp and xftp services, so that we can use both in the .env file: