diff options
Diffstat (limited to 'other/bootstrap_daemon/conf')
-rw-r--r-- | other/bootstrap_daemon/conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/other/bootstrap_daemon/conf b/other/bootstrap_daemon/conf index 28e638c1..fb524754 100644 --- a/other/bootstrap_daemon/conf +++ b/other/bootstrap_daemon/conf | |||
@@ -20,6 +20,12 @@ enable_ipv6 = false | |||
20 | // Automatically bootstrap with nodes on local area network. | 20 | // Automatically bootstrap with nodes on local area network. |
21 | enable_lan_discovery = true | 21 | enable_lan_discovery = true |
22 | 22 | ||
23 | enable_tcp_relay = true | ||
24 | |||
25 | // Tox uses 443 and 3389 ports by default, so it's highly recommended to keep | ||
26 | // them | ||
27 | tcp_relay_ports = [443, 3389] | ||
28 | |||
23 | // Any number of nodes the daemon will bootstrap itself from. | 29 | // Any number of nodes the daemon will bootstrap itself from. |
24 | // Remember to replace the provided example with your own node list. | 30 | // Remember to replace the provided example with your own node list. |
25 | // There is a maintained list of bootstrap nodes on Tox's wiki, if you need it. | 31 | // There is a maintained list of bootstrap nodes on Tox's wiki, if you need it. |