.\" $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