diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-18 18:07:35 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-18 18:07:35 +0200 |
commit | 492da4a57e3ceac30709a9f932a3552eef2d2898 (patch) | |
tree | 4104b6992d57e1b816282cf4d1a319799f47be8a /man4/opentracker.conf.4 | |
parent | 9a4710c2a4f88a030906641d80f552a48cf7be35 (diff) |
Better point out what options can be given multiple times
Diffstat (limited to 'man4/opentracker.conf.4')
-rw-r--r-- | man4/opentracker.conf.4 | 10 |
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 |
20 | Specifies 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. | 20 | Specifies 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 |
23 | Specifies the address opentracker will listen on for TCP connections. | 23 | Specifies 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 |
26 | Specifies the address opentracker will listen on for UDP connections. | 26 | Specifies 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 |
29 | Specifies how many threads will be spawned to handle UDP connections. Defaults to 4. | 29 | Specifies 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 | |||
47 | Specifies the path to the stats location. You can configure opentracker to appear anywhere on your tracker. Defaults to /stats. | 47 | Specifies 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 |
50 | Specifies the IP address or network of the reverse proxies. Opentracker will take the X-Forwarded-For address instead of the source IP address. | 50 | Specifies 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 |
53 | Specifies the IP address and port opentracker will listen on for incoming live sync packets to keep a cluster of opentrackers synchronized. | 53 | Specifies 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 |
56 | Specifies the trusted IP address for sync between trackers running in a cluster. | 56 | Specifies 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 |
59 | Specifies the admin IP address for old-style (HTTP-based) asynchronous tracker syncing. | 59 | Specifies the admin IP address for old-style (HTTP-based) asynchronous tracker syncing. |