@ -17,13 +17,13 @@ The following options are available:
.Bl-tag-width".It access.proxy"-compact
.Bl-tag-width".It access.proxy"-compact
.Itlisten.tcp_udpAraddress
.Itlisten.tcp_udpAraddress
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.
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.
.Itlisten.tcpAraddress
.Itlisten.tcpAraddress
Specifies the address opentracker will listen on for TCP connections.
Specifies the address opentracker will listen on for TCP connections. Can be added more than once.
.Itlisten.udpAraddress
.Itlisten.udpAraddress
Specifies the address opentracker will listen on for UDP connections.
Specifies the address opentracker will listen on for UDP connections. Can be added more than once.
.Itlisten.udp.workersArthreads
.Itlisten.udp.workersArthreads
Specifies how many threads will be spawned to handle UDP connections. Defaults to 4.
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
Specifies the path to the stats location. You can configure opentracker to appear anywhere on your tracker. Defaults to /stats.
Specifies the path to the stats location. You can configure opentracker to appear anywhere on your tracker. Defaults to /stats.
.Itaccess.proxyArip_address_or_network
.Itaccess.proxyArip_address_or_network
Specifies the IP address or network of the reverse proxies. Opentracker will take the X-Forwarded-For address instead of the source IP address.
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.
.Itlivesync.cluster.listenArip_address:port
.Itlivesync.cluster.listenArip_address:port
Specifies the IP address and port opentracker will listen on for incoming live sync packets to keep a cluster of opentrackers synchronized.
Specifies the IP address and port opentracker will listen on for incoming live sync packets to keep a cluster of opentrackers synchronized.
.Itlivesync.cluster.node_ipArip_address
.Itlivesync.cluster.node_ipArip_address
Specifies the trusted IP address for sync between trackers running in a cluster.
Specifies one trusted IP address for sync between trackers running in a cluster. Can be added more than once.
.Itbatchsync.cluster.admin_ipArip_address
.Itbatchsync.cluster.admin_ipArip_address
Specifies the admin IP address for old-style (HTTP-based) asynchronous tracker syncing.
Specifies the admin IP address for old-style (HTTP-based) asynchronous tracker syncing.