diff --git a/ToxNetworkResilience.md b/ToxNetworkResilience.md index 022399b..6bc4d8a 100644 --- a/ToxNetworkResilience.md +++ b/ToxNetworkResilience.md @@ -26,16 +26,6 @@ places like Iran should run a Tor server that provides the node as an onionV3 service; see [[ToxAndTorInChinaAndIran]]. If you run a bootstrap node, you can run a Tor Ononv3 gateway to the -node by simply adding the following lines to your ```torrc``` -configuration: -``` -# Tox hidden service configuration. -HiddenServiceDir /var/lib/tor/tox-hsv3/ -HiddenServicePort 3389 127.0.0.1:3389 -HiddenServicePort 33446 127.0.0.1:33446 -``` -assuming your Tor lib directory os ```/var/lib/tor```. In that subdirectory -you will find a file named ```hostname``` which is the ```.onion``` name -of your node, the Tor equivalent of your ToxId. +node by simply following the directions in [[AddingAnOnionService]].