summaryrefslogtreecommitdiff
path: root/opentracker.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'opentracker.conf.sample')
-rw-r--r--opentracker.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/opentracker.conf.sample b/opentracker.conf.sample
index 55c2828..d44f3d4 100644
--- a/opentracker.conf.sample
+++ b/opentracker.conf.sample
@@ -92,6 +92,16 @@
92# appear anywhere on your tracker. 92# appear anywhere on your tracker.
93# 93#
94# access.stats_path stats 94# access.stats_path stats
95#
96# IIc)
97# If opentracker lives behind one or multiple reverse proxies, you can
98# every http connection appears to come from these proxies. In order to
99# take the X-Forwarded-For address instead, compile opentracker with the
100# WANT_IP_FROM_PROXY option and set your proxy addresses here.
101#
102# access.proxy 10.0.1.23
103# access.proxy 10.0.1.24
104#
95 105
96# III) Live sync uses udp multicast packets to keep a cluster of opentrackers 106# III) Live sync uses udp multicast packets to keep a cluster of opentrackers
97# synchronized. This option tells opentracker which port to listen for 107# synchronized. This option tells opentracker which port to listen for