[147] | 1 | .Dd $Mdocdate$
|
---|
| 2 | .Dt YUKARI 1
|
---|
| 3 | .Os
|
---|
| 4 | .Sh NAME
|
---|
| 5 | .Nm yukari
|
---|
| 6 | .Nd Privacy-aware Web Content Sanitizer Proxy As A Service (WCSPAAS)
|
---|
| 7 | .Sh SYNOPSIS
|
---|
| 8 | .Nm
|
---|
| 9 | .Op Fl f Ar string
|
---|
| 10 | .Op Fl proxy Ar string
|
---|
| 11 | .Op Fl proxyenv Ar bool
|
---|
| 12 | .Op Fl socks5 Ar string
|
---|
| 13 | .Op Fl version
|
---|
| 14 | .Sh DESCRIPTION
|
---|
| 15 | Yukari's Gap rewrites web pages to exclude malicious HTML tags and attributes.
|
---|
| 16 | It also replaces external resource references in order to prevent third-party
|
---|
[142] | 17 | information leaks.
|
---|
[147] | 18 | .Pp
|
---|
| 19 | The main goal of Yukari's Gap is to provide a result proxy for SearX, but it
|
---|
| 20 | can be used as a standalone sanitizer service, too.
|
---|
| 21 | .Sh OPTIONS
|
---|
| 22 | .Bl -tag -width Ds
|
---|
| 23 | .It Fl f Ar path
|
---|
| 24 | Load configuration file from path
|
---|
| 25 | .It Fl proxy Ar string
|
---|
| 26 | Use the specified HTTP proxy (ie: [user:pass@]hostname:port),
|
---|
| 27 | this overrides the
|
---|
| 28 | .Fl socks5
|
---|
| 29 | option and the IPv6 setting
|
---|
| 30 | .It Fl proxyenv Ar bool
|
---|
| 31 | Use a HTTP proxy as set in the environment (such as
|
---|
| 32 | .Ev HTTP_PROXY ,
|
---|
| 33 | .Ev HTTPS_PROXY ,
|
---|
| 34 | .Ev NO_PROXY
|
---|
| 35 | ).
|
---|
| 36 | Overrides the
|
---|
| 37 | .Fl proxy ,
|
---|
| 38 | .Fl socks5 ,
|
---|
| 39 | flags and the IPv6 setting
|
---|
| 40 | .It Fl socks5 Ar string
|
---|
| 41 | Use a SOCKS5 proxy (ie: hostname:port), this
|
---|
| 42 | overrides the IPv6 setting
|
---|
| 43 | .El
|
---|
| 44 | .Sh SEE ALSO
|
---|
| 45 | .Xr SearX 1
|
---|
| 46 | .Sh AUTHORS
|
---|
| 47 | .An Adam Tauber Aq Mt asciimoo@gmail.com
|
---|
| 48 | .An Alexandre Flament Aq Mt alex@al-f.net
|
---|
| 49 | .Sh MAINTAINERS
|
---|
| 50 | .An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
|
---|
| 51 | .Sh BUGS
|
---|
| 52 | Bugs or suggestions?
|
---|
| 53 | Send an email to
|
---|
| 54 | .Aq Mt yukari-dev@chaotic.ninja
|
---|
| 55 | .Sh LICENSE
|
---|
| 56 | This program is free software: you can redistribute it and/or modify it
|
---|
| 57 | under the terms of the GNU Affero General Public License as published
|
---|
| 58 | by the Free Software Foundation, either version 3 of the License, or
|
---|
| 59 | (at your option) any later version.
|
---|
| 60 | .Pp
|
---|
[142] | 61 | This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
---|
| 62 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
---|
[147] | 63 | PARTICULAR PURPOSE.
|
---|
| 64 | See the GNU Affero General Public License for more details.
|
---|