]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Futher clean up config file documentation
authorerdgeist <>
Mon, 6 Oct 2008 03:59:25 +0000 (03:59 +0000)
committererdgeist <>
Mon, 6 Oct 2008 03:59:25 +0000 (03:59 +0000)
opentracker.conf.sample

index f626592625f649f47b85bd2ad243842cd905af9b..7ce7256d366c9821300afb08d61b1844be4d24bf 100644 (file)
 #      forward: "<hex info hash>\n<hex info hash>\n..."
 #
 
-# IV)  Sync between trackers running in a cluster is restricted to packets
+# IV)  ip address to listen for incoming and sending out outgoing live sync
+#      packets (shell option -i 192.168.0.1 -s 9696), port 9696 is default.
+#
+# livesync.cluster.listen 192.168.0.1:9696
+#
+#      Note that two udp sockets will be opened. One on ip address 0.0.0.0
+#      port 9696, that will join the multicast group 224.23.42.1 for incoming
+#      udp packets and one on ip address 192.168.0.1 port 9696 for outgoing
+#      udp packets.
+#
+#      As of now one and only one ip address must be given, if opentracker
+#      was built with the WANT_SYNC_LIVE feature
+#
+
+# V)   Sync between trackers running in a cluster is restricted to packets
 #      coming from trusted ip addresses. While source ip verification is far
 #      from perfect, the authors of opentracker trust in the correct
 #      application of tunnels, filters and LAN setups (shell option -A)
 # batchsync.cluster.admin_ip 10.1.1.1
 #
 
-# V)   ip address to listen for outgoing and incoming live sync packets
-#      (shell option -i 192.168.0.1 -s 9696)
-#
-# livesync.cluster.listen 192.168.0.1:9696
-#
-#      Note that two udp sockets will be opened. One on ip address 0.0.0.0
-#      port 9696, that will join the multicast group 224.23.42.1 for incoming
-#      udp packets and one on ip address 192.168.0.1 port 9696 for outgoing
-#      udp packets.
-
 # VI)  Control directory where opentracker will chdir to. So all black/white
 #      list files may be put in that directory. (shell option -d)
 #