summaryrefslogtreecommitdiff
path: root/opentracker.conf.sample
diff options
context:
space:
mode:
authorerdgeist <>2008-10-06 03:59:25 +0000
committererdgeist <>2008-10-06 03:59:25 +0000
commit07dbc879867742c2d8bc5383904b3c51ff4e1dd6 (patch)
tree219da37b876f9fb15636acf49d19bdd781396aa0 /opentracker.conf.sample
parentb12077ad3ac0240cd81bd089b1477b4c6a958715 (diff)
Futher clean up config file documentation
Diffstat (limited to 'opentracker.conf.sample')
-rw-r--r--opentracker.conf.sample26
1 files changed, 15 insertions, 11 deletions
diff --git a/opentracker.conf.sample b/opentracker.conf.sample
index f626592..7ce7256 100644
--- a/opentracker.conf.sample
+++ b/opentracker.conf.sample
@@ -37,7 +37,21 @@
37# forward: "<hex info hash>\n<hex info hash>\n..." 37# forward: "<hex info hash>\n<hex info hash>\n..."
38# 38#
39 39
40# IV) Sync between trackers running in a cluster is restricted to packets 40# IV) ip address to listen for incoming and sending out outgoing live sync
41# packets (shell option -i 192.168.0.1 -s 9696), port 9696 is default.
42#
43# livesync.cluster.listen 192.168.0.1:9696
44#
45# Note that two udp sockets will be opened. One on ip address 0.0.0.0
46# port 9696, that will join the multicast group 224.23.42.1 for incoming
47# udp packets and one on ip address 192.168.0.1 port 9696 for outgoing
48# udp packets.
49#
50# As of now one and only one ip address must be given, if opentracker
51# was built with the WANT_SYNC_LIVE feature
52#
53
54# V) Sync between trackers running in a cluster is restricted to packets
41# coming from trusted ip addresses. While source ip verification is far 55# coming from trusted ip addresses. While source ip verification is far
42# from perfect, the authors of opentracker trust in the correct 56# from perfect, the authors of opentracker trust in the correct
43# application of tunnels, filters and LAN setups (shell option -A) 57# application of tunnels, filters and LAN setups (shell option -A)
@@ -52,16 +66,6 @@
52# batchsync.cluster.admin_ip 10.1.1.1 66# batchsync.cluster.admin_ip 10.1.1.1
53# 67#
54 68
55# V) ip address to listen for outgoing and incoming live sync packets
56# (shell option -i 192.168.0.1 -s 9696)
57#
58# livesync.cluster.listen 192.168.0.1:9696
59#
60# Note that two udp sockets will be opened. One on ip address 0.0.0.0
61# port 9696, that will join the multicast group 224.23.42.1 for incoming
62# udp packets and one on ip address 192.168.0.1 port 9696 for outgoing
63# udp packets.
64
65# VI) Control directory where opentracker will chdir to. So all black/white 69# VI) Control directory where opentracker will chdir to. So all black/white
66# list files may be put in that directory. (shell option -d) 70# list files may be put in that directory. (shell option -d)
67# 71#