Rev | Line | |
---|
[4a5f10f] | 1 | .\" $TheSupernovaDuo$
|
---|
| 2 | .Dd $Mdocdate$
|
---|
| 3 | .Dt YUKARI.INI 5
|
---|
| 4 | .Os
|
---|
| 5 | .Sh NAME
|
---|
| 6 | .Nm yukari.ini
|
---|
| 7 | .Nd INI-style configuration file for
|
---|
| 8 | .Xr yukari 1
|
---|
| 9 | .Sh OPTIONS
|
---|
| 10 | .Bl -tag -width Ds
|
---|
| 11 | .It debug (bool)
|
---|
| 12 | Enable/disable proxy and redirection logs (default true)
|
---|
| 13 | .It listen (string)
|
---|
| 14 | Listen address (default "127.0.0.1:3000")
|
---|
| 15 | .It key (string)
|
---|
| 16 | HMAC url validation key (base64 encoded) - leave blank to disable validation
|
---|
| 17 | .It ipv6 (bool)
|
---|
| 18 | Enable IPv6 support for queries
|
---|
| 19 | (can be overrided by the proxy options, default true)
|
---|
| 20 | .It timeout (uint)
|
---|
| 21 | Request timeout (default 5)
|
---|
| 22 | .It followredirect (bool)
|
---|
| 23 | Follow HTTP GET redirect (default false)
|
---|
| 24 | .It max_conns_per_host (uint)
|
---|
| 25 | How much connections are allowed per Host/IP (default 4)
|
---|
| 26 | .It urlparam (string)
|
---|
| 27 | User-defined requesting string URL parameter name
|
---|
| 28 | (ie: '/?url=...' or '/?u=...') (default "yukariurl")
|
---|
| 29 | .It hashparam (string)
|
---|
| 30 | User-defined requesting string HASH parameter name
|
---|
| 31 | (ie: '/?hash=...' or '/?h=...') (default "yukarihash")
|
---|
| 32 | .It proxyenv (bool)
|
---|
| 33 | Use a HTTP proxy as set in the environment
|
---|
| 34 | (
|
---|
| 35 | .Ev HTTP_PROXY ,
|
---|
| 36 | .Ev HTTPS_PROXY ,
|
---|
| 37 | .Ev NO_PROXY
|
---|
| 38 | ) (overrides ipv6, default false)
|
---|
| 39 | .El
|
---|
| 40 | .Sh AUTHORS
|
---|
| 41 | .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|
---|
Note:
See
TracBrowser
for help on using the repository browser.