tOpen port 13010 for the hidden service. - tordam - A library for peer discovery inside the Tor network
HTML git clone https://git.parazyd.org/tordam
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 75cd84a4cf80d187d4483715b903232f11fd36c9
DIR parent 2a5a931d4efd054b724d67bcb00980f921927093
HTML Author: parazyd <parazyd@dyne.org>
Date: Mon, 26 Mar 2018 12:38:24 +0200
Open port 13010 for the hidden service.
Diffstat:
M pkg/damlib/config.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/pkg/damlib/config.go b/pkg/damlib/config.go
t@@ -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