Specifies the path to the whitelist file containing all torrent hashes that opentracker will serve. Use this option if opentracker runs in a non-open mode.
.Itaccess.blacklistArpath/to/blacklist
Specifies the path to the blacklist file containing all torrent hashes that opentracker will not serve. Use this option if opentracker was compiled to allow blacklisting.
.Itaccess.fifo_addArpath/to/adder.fifo
Specifies the path to the FIFO (named pipe) used for dynamic changesets to accesslists. Info hashes written to this FIFO will be added to the main accesslist file.
.Itaccess.fifo_deleteArpath/to/deleter.fifo
Specifies the path to the FIFO (named pipe) used for dynamic changesets to accesslists. Info hashes written to this FIFO will be removed from the main accesslist file.
.Itaccess.statsArip_address
Specifies the IP address allowed to fetch stats from opentracker.
.Itaccess.stats_pathArpath
Specifies the path to the stats location. You can configure opentracker to appear anywhere on your tracker.
.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.
.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.
.Itlivesync.cluster.node_ipArip_address
Specifies the trusted IP address for sync between trackers running in a cluster.
.Itbatchsync.cluster.admin_ipArip_address
Specifies the admin IP address for old-style (HTTP-based) asynchronous tracker syncing.
.Ittracker.rootdirArpath
Specifies the directory opentracker will chroot/chdir to. All black/white list files must be located in this directory.
.Ittracker.userArusername
Specifies the user opentracker will setuid to.
.Ittracker.redirect_urlArURL
Specifies the URL opentracker will redirect to in response to a "GET / HTTP" request.
.ShEXAMPLES
To specify the address opentracker will listen on for both TCP and UDP connections:
.Dllisten.tcp_udp0.0.0.0:6969
.Pp
To specify the address opentracker will listen on for TCP connections:
.Dllisten.tcp0.0.0.0
.Pp
To specify the address opentracker will listen on for UDP connections: