tor-dam

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

commit 75cd84a4cf80d187d4483715b903232f11fd36c9
parent 2a5a931d4efd054b724d67bcb00980f921927093
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 26 Mar 2018 12:38:24 +0200

Open port 13010 for the hidden service.

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" +const TorPortMap = "80:49371,13010:13010" // DirPort is the port where dam-dir will be listening. const DirPort = 49371