
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/yukari/trunk@154 f3bd38d9-da89-464d-a02a-eb04e43141b5
42 lines
1.1 KiB
Groff
42 lines
1.1 KiB
Groff
.\" $TheSupernovaDuo$
|
|
.Dd $Mdocdate$
|
|
.Dt YUKARI.INI 5
|
|
.Os
|
|
.Sh NAME
|
|
.Nm yukari.ini
|
|
.Nd INI-style configuration file for
|
|
.Xr yukari 1
|
|
.Sh OPTIONS
|
|
.Bl -tag -width Ds
|
|
.It debug (bool)
|
|
Enable/disable proxy and redirection logs (default true)
|
|
.It listen (string)
|
|
Listen address (default "127.0.0.1:3000")
|
|
.It key (string)
|
|
HMAC url validation key (base64 encoded) - leave blank to disable validation
|
|
.It ipv6 (bool)
|
|
Enable IPv6 support for queries
|
|
(can be overrided by the proxy options, default true)
|
|
.It timeout (uint)
|
|
Request timeout (default 5)
|
|
.It followredirect (bool)
|
|
Follow HTTP GET redirect (default false)
|
|
.It max_conns_per_host (uint)
|
|
How much connections are allowed per Host/IP (default 4)
|
|
.It urlparam (string)
|
|
User-defined requesting string URL parameter name
|
|
(ie: '/?url=...' or '/?u=...') (default "yukariurl")
|
|
.It hashparam (string)
|
|
User-defined requesting string HASH parameter name
|
|
(ie: '/?hash=...' or '/?h=...') (default "yukarihash")
|
|
.It proxyenv (bool)
|
|
Use a HTTP proxy as set in the environment
|
|
(
|
|
.Ev HTTP_PROXY ,
|
|
.Ev HTTPS_PROXY ,
|
|
.Ev NO_PROXY
|
|
) (overrides ipv6, default false)
|
|
.El
|
|
.Sh AUTHORS
|
|
.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|