From b4d948696d32fdd396d9cfd0af173a4b69f61b64 Mon Sep 17 00:00:00 2001
From: Dirk Engling <erdgeist@erdgeist.org>
Date: Fri, 5 Apr 2024 22:52:18 +0200
Subject: Improve example for proxy network addresses

---
 opentracker.conf.sample | 8 ++++----
 1 file 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 @@
 #
 # access.stats_path stats
 #
-# IIc)
-#      If opentracker lives behind one or multiple reverse proxies, you can
+# II
+#      If opentracker lives behind one or multiple reverse proxies,
 #      every http connection appears to come from these proxies. In order to
 #      take the X-Forwarded-For address instead, compile opentracker with the
-#      WANT_IP_FROM_PROXY option and set your proxy addresses here.
+#      WANT_IP_FROM_PROXY option and set your proxy addresses or networkss here.
 #
 # access.proxy 10.0.1.23
-# access.proxy 10.0.1.24
+# access.proxy 192.0.0.0/8
 #
 
 # III) Live sync uses udp multicast packets to keep a cluster of opentrackers
-- 
cgit v1.2.3