tor-dam

tor distributed announce mechanism (not a dht)
git clone https://git.parazyd.org/tor-dam
Log | Files | Refs | README | LICENSE

commit eede97d83771148687d237299d421605537bd171
parent 75cd84a4cf80d187d4483715b903232f11fd36c9
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 29 May 2018 12:46:35 +0200

Open additional needed ports in config.go.

Diffstat:
Mpkg/damlib/config.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/damlib/config.go b/pkg/damlib/config.go @@ -42,7 +42,7 @@ const ProxyAddr = "127.0.0.1:9050" // TorPortMap is a comma-separated string holding the mapping of ports // to be opened by the Tor Hidden Service. Format is "remote:local". -const TorPortMap = "80:49371,13010:13010" +const TorPortMap = "80:49371,13010:13010,13011:13011,5000:5000" // DirPort is the port where dam-dir will be listening. const DirPort = 49371