summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-05 22:52:18 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-05 22:52:18 +0200
commitb4d948696d32fdd396d9cfd0af173a4b69f61b64 (patch)
treeb394869493b32b9997c410d32e5115951862fdff
parent9000f5d67a2bab28ae925b54f6b8a6508dc77ea2 (diff)
Improve example for proxy network addresses
-rw-r--r--opentracker.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/opentracker.conf.sample b/opentracker.conf.sample
index d44f3d4..f8bef43 100644
--- a/opentracker.conf.sample
+++ b/opentracker.conf.sample
@@ -93,14 +93,14 @@
93# 93#
94# access.stats_path stats 94# access.stats_path stats
95# 95#
96# IIc) 96# II
97# If opentracker lives behind one or multiple reverse proxies, you can 97# If opentracker lives behind one or multiple reverse proxies,
98# every http connection appears to come from these proxies. In order to 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 99# take the X-Forwarded-For address instead, compile opentracker with the
100# WANT_IP_FROM_PROXY option and set your proxy addresses here. 100# WANT_IP_FROM_PROXY option and set your proxy addresses or networkss here.
101# 101#
102# access.proxy 10.0.1.23 102# access.proxy 10.0.1.23
103# access.proxy 10.0.1.24 103# access.proxy 192.0.0.0/8
104# 104#
105 105
106# 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