source: code/trunk/yukari.ini.5@ 149

Last change on this file since 149 was 149, checked in by Izuru Yakumo, 15 months ago

Ready for v0.2.3

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

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