diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-18 18:03:58 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-18 18:03:58 +0200 |
commit | e5e1a54da342d556777467d7f63892a4ebb05dd3 (patch) | |
tree | c9b3f8f56fa07c05437a4f7cf853a6f930588f09 /man4/opentracker.conf.4 | |
parent | f010861f617037589166f7e3e47c0aac89ceff9c (diff) |
further fixes to the man page
Diffstat (limited to 'man4/opentracker.conf.4')
-rw-r--r-- | man4/opentracker.conf.4 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/man4/opentracker.conf.4 b/man4/opentracker.conf.4 index cdafd5d..4b68121 100644 --- a/man4/opentracker.conf.4 +++ b/man4/opentracker.conf.4 | |||
@@ -9,9 +9,7 @@ | |||
9 | .Sh DESCRIPTION | 9 | .Sh DESCRIPTION |
10 | The | 10 | The |
11 | .Nm | 11 | .Nm |
12 | configuration file specifies various options for configuring the behavior of the | 12 | configuration file specifies various options for configuring the behavior of the opentracker program. |
13 | .Nm | ||
14 | program. | ||
15 | .Pp | 13 | .Pp |
16 | Lines starting with '#' are comments and are ignored. Options are specified as 'keyword value' pairs. | 14 | Lines starting with '#' are comments and are ignored. Options are specified as 'keyword value' pairs. |
17 | .Pp | 15 | .Pp |
@@ -42,11 +40,11 @@ Specifies the path to the FIFO (named pipe) used for dynamic changesets to acces | |||
42 | .It access.fifo_delete Ar path/to/deleter.fifo | 40 | .It access.fifo_delete Ar path/to/deleter.fifo |
43 | 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. | 41 | 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. |
44 | 42 | ||
45 | .It access.stats Ar ip_address | 43 | .It access.stats Ar ip_address_or_network |
46 | Specifies the IP address allowed to fetch stats from opentracker. | 44 | Specifies the IP address or network in CIDR notation allowed to fetch stats from opentracker. |
47 | 45 | ||
48 | .It access.stats_path Ar path | 46 | .It access.stats_path Ar path |
49 | Specifies the path to the stats location. You can configure opentracker to appear anywhere on your tracker. | 47 | Specifies the path to the stats location. You can configure opentracker to appear anywhere on your tracker. Defaults to /stats. |
50 | 48 | ||
51 | .It access.proxy Ar ip_address_or_network | 49 | .It access.proxy Ar ip_address_or_network |
52 | 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. |
@@ -64,7 +62,7 @@ Specifies the admin IP address for old-style (HTTP-based) asynchronous tracker s | |||
64 | Specifies the directory opentracker will chroot/chdir to. All black/white list files must be located in this directory. | 62 | Specifies the directory opentracker will chroot/chdir to. All black/white list files must be located in this directory. |
65 | 63 | ||
66 | .It tracker.user Ar username | 64 | .It tracker.user Ar username |
67 | Specifies the user opentracker will setuid to. | 65 | Specifies the user opentracker will setuid to after binding to potentially privileged ports. |
68 | 66 | ||
69 | .It tracker.redirect_url Ar URL | 67 | .It tracker.redirect_url Ar URL |
70 | Specifies the URL opentracker will redirect to in response to a "GET / HTTP" request. | 68 | Specifies the URL opentracker will redirect to in response to a "GET / HTTP" request. |
@@ -84,5 +82,5 @@ To specify the address opentracker will listen on for UDP connections: | |||
84 | 82 | ||
85 | .Sh AUTHOR | 83 | .Sh AUTHOR |
86 | .An Dirk Engling | 84 | .An Dirk Engling |
87 | .Aq erdgeist@erdgeist.org | 85 | .Aq Mt erdgeist@erdgeist.org |
88 | 86 | ||