summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-18 18:07:35 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-18 18:07:35 +0200
commit492da4a57e3ceac30709a9f932a3552eef2d2898 (patch)
tree4104b6992d57e1b816282cf4d1a319799f47be8a
parent9a4710c2a4f88a030906641d80f552a48cf7be35 (diff)
Better point out what options can be given multiple times
-rw-r--r--man4/opentracker.conf.410
1 files changed, 5 insertions, 5 deletions
diff --git a/man4/opentracker.conf.4 b/man4/opentracker.conf.4
index 4b68121..b4f5f51 100644
--- a/man4/opentracker.conf.4
+++ b/man4/opentracker.conf.4
@@ -17,13 +17,13 @@ The following options are available:
17 17
18.Bl -tag -width ".It access.proxy" -compact 18.Bl -tag -width ".It access.proxy" -compact
19.It listen.tcp_udp Ar address 19.It listen.tcp_udp Ar address
20Specifies the address opentracker will listen on for both TCP and UDP connections. If not specified, opentracker listens on 0.0.0.0:6969 by default. 20Specifies an address opentracker will listen on for both TCP and UDP connections. If none are specified, opentracker listens on 0.0.0.0:6969 by default. Can be added more than once.
21 21
22.It listen.tcp Ar address 22.It listen.tcp Ar address
23Specifies the address opentracker will listen on for TCP connections. 23Specifies the address opentracker will listen on for TCP connections. Can be added more than once.
24 24
25.It listen.udp Ar address 25.It listen.udp Ar address
26Specifies the address opentracker will listen on for UDP connections. 26Specifies the address opentracker will listen on for UDP connections. Can be added more than once.
27 27
28.It listen.udp.workers Ar threads 28.It listen.udp.workers Ar threads
29Specifies how many threads will be spawned to handle UDP connections. Defaults to 4. 29Specifies how many threads will be spawned to handle UDP connections. Defaults to 4.
@@ -47,13 +47,13 @@ Specifies the IP address or network in CIDR notation allowed to fetch stats from
47Specifies the path to the stats location. You can configure opentracker to appear anywhere on your tracker. Defaults to /stats. 47Specifies the path to the stats location. You can configure opentracker to appear anywhere on your tracker. Defaults to /stats.
48 48
49.It access.proxy Ar ip_address_or_network 49.It access.proxy Ar ip_address_or_network
50Specifies the IP address or network of the reverse proxies. Opentracker will take the X-Forwarded-For address instead of the source IP address. 50Specifies the IP address or network of the reverse proxies. Opentracker will take the X-Forwarded-For address instead of the source IP address. Can be added more than once.
51 51
52.It livesync.cluster.listen Ar ip_address:port 52.It livesync.cluster.listen Ar ip_address:port
53Specifies the IP address and port opentracker will listen on for incoming live sync packets to keep a cluster of opentrackers synchronized. 53Specifies the IP address and port opentracker will listen on for incoming live sync packets to keep a cluster of opentrackers synchronized.
54 54
55.It livesync.cluster.node_ip Ar ip_address 55.It livesync.cluster.node_ip Ar ip_address
56Specifies the trusted IP address for sync between trackers running in a cluster. 56Specifies one trusted IP address for sync between trackers running in a cluster. Can be added more than once.
57 57
58.It batchsync.cluster.admin_ip Ar ip_address 58.It batchsync.cluster.admin_ip Ar ip_address
59Specifies the admin IP address for old-style (HTTP-based) asynchronous tracker syncing. 59Specifies the admin IP address for old-style (HTTP-based) asynchronous tracker syncing.