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

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

えー

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

File size: 1.1 KB
Line 
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)
12Enable/disable proxy and redirection logs (default true)
13.It listen (string)
14Listen address (default "127.0.0.1:3000")
15.It key (string)
16HMAC url validation key (base64 encoded) - leave blank to disable validation
17.It ipv6 (bool)
18Enable IPv6 support for queries
19(can be overrided by the proxy options, default true)
20.It timeout (uint)
21Request timeout (default 5)
22.It followredirect (bool)
23Follow HTTP GET redirect (default false)
24.It max_conns_per_host (uint)
25How much connections are allowed per Host/IP (default 4)
26.It urlparam (string)
27User-defined requesting string URL parameter name
28(ie: '/?url=...' or '/?u=...') (default "yukariurl")
29.It hashparam (string)
30User-defined requesting string HASH parameter name
31(ie: '/?hash=...' or '/?h=...') (default "yukarihash")
32.It proxyenv (string)
33Use 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.