tOpen additional needed ports in config.go. - 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 eede97d83771148687d237299d421605537bd171 DIR parent 75cd84a4cf80d187d4483715b903232f11fd36c9 HTML Author: parazyd <parazyd@dyne.org> Date: Tue, 29 May 2018 12:46:35 +0200 Open additional needed ports in config.go. 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,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