summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/conf
diff options
context:
space:
mode:
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.