summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/conf
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-05-18 19:31:50 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2014-05-18 19:59:01 -0400
commitfe1694fa6963ca0eceb898e4a07c60c123f23184 (patch)
tree74cb3ab2e0a843b14f9ac411aa4da6ca1bc387af /other/bootstrap_daemon/conf
parent261a70353ff316cc993c23faf07cb0f60e2e5819 (diff)
Added default ports to the .c file, included 33445 port
Diffstat (limited to 'other/bootstrap_daemon/conf')
-rw-r--r--other/bootstrap_daemon/conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/bootstrap_daemon/conf b/other/bootstrap_daemon/conf
index bbdf7652..23580d9d 100644
--- a/other/bootstrap_daemon/conf
+++ b/other/bootstrap_daemon/conf
@@ -22,9 +22,9 @@ enable_lan_discovery = true
22 22
23enable_tcp_relay = true 23enable_tcp_relay = true
24 24
25// Tox uses 443 and 3389 ports by default, so it's highly recommended to keep 25// Tox uses 443, 3389 and 33445 ports by default, so it's highly recommended to keep
26// them. 26// them.
27tcp_relay_ports = [443, 3389] 27tcp_relay_ports = [443, 3389, 33445]
28 28
29// It's planned to use message of the day as a convenient method of checking 29// It's planned to use message of the day as a convenient method of checking
30// whether a node is up or not, though there are other methods of doing that. 30// whether a node is up or not, though there are other methods of doing that.