summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/conf
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-05-17 23:57:24 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2014-05-18 00:38:20 -0400
commit7dd811214ad335224f554ae658ce7b4c430a40c8 (patch)
treec9a290fdda2cbaf66130d82eba0fda19ee6d6e58 /other/bootstrap_daemon/conf
parente75930e72e40a69aea94240415af9ca53604ad0e (diff)
Added MOTD functionality
Diffstat (limited to 'other/bootstrap_daemon/conf')
-rw-r--r--other/bootstrap_daemon/conf14
1 files changed, 10 insertions, 4 deletions
diff --git a/other/bootstrap_daemon/conf b/other/bootstrap_daemon/conf
index fb524754..bbdf7652 100644
--- a/other/bootstrap_daemon/conf
+++ b/other/bootstrap_daemon/conf
@@ -3,7 +3,7 @@
3// Listening port. 3// Listening port.
4port = 33445 4port = 33445
5 5
6// The key file is like a password, so keep it where no one can read it. 6// A key file is like a password, so keep it where no one can read it.
7// The daemon should have permission to read/write to it. 7// The daemon should have permission to read/write to it.
8// Remember to replace the provided example with your own path. 8// Remember to replace the provided example with your own path.
9keys_file_path = "/home/tom/.tox_bootstrap_daemon/keys" 9keys_file_path = "/home/tom/.tox_bootstrap_daemon/keys"
@@ -23,9 +23,15 @@ enable_lan_discovery = true
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 and 3389 ports by default, so it's highly recommended to keep
26// them 26// them.
27tcp_relay_ports = [443, 3389] 27tcp_relay_ports = [443, 3389]
28 28
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.
31enable_motd = true
32
33motd = "tox_bootstrap_daemon"
34
29// Any number of nodes the daemon will bootstrap itself from. 35// Any number of nodes the daemon will bootstrap itself from.
30// Remember to replace the provided example with your own node list. 36// Remember to replace the provided example with your own node list.
31// There is a maintained list of bootstrap nodes on Tox's wiki, if you need it. 37// There is a maintained list of bootstrap nodes on Tox's wiki, if you need it.
@@ -34,8 +40,8 @@ tcp_relay_ports = [443, 3389]
34// from anyone. 40// from anyone.
35bootstrap_nodes = ( 41bootstrap_nodes = (
36 { // Node 1 42 { // Node 1
37 // Any ipv4 or ipv6, depending if `enable_ipv6` is set or not, and also 43 // Any ipv4 or ipv6, depending on whether `enable_ipv6` is set or not, and
38 // any US-ASCII domain name. 44 // also any US-ASCII domain name.
39 address = "198.46.136.167" 45 address = "198.46.136.167"
40 port = 33445 46 port = 33445
41 public_key = "728925473812C7AAC482BE7250BCCAD0B8CB9F737BF3D42ABD34459C1768F854" 47 public_key = "728925473812C7AAC482BE7250BCCAD0B8CB9F737BF3D42ABD34459C1768F854"