Changeset 147 in code for trunk/yukari.1
- Timestamp:
- Mar 18, 2024, 1:23:54 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yukari.1
r142 r147 1 .TH MORTY "1" "2018" "yukari" "User Commands" 2 .SH NAME 3 yukari \- Privacy aware web content sanitizer proxy as a service 4 .SH SYNOPSIS 5 .B yukari 6 .RI [ OPTIONS ] 7 .br 8 .SH DESCRIPTION 9 Yukari rewrites web pages to exclude malicious HTML tags and attributes. It 10 also replaces external resource references to prevent third party 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 11 17 information leaks. 12 .sp 13 The main goal of yukari is to provide a result proxy for searx, but it can be 14 used as a standalone sanitizer service too. 15 .SH OPTIONS 16 .HP 17 \fB\-ipv6\fR 18 .IP 19 Allow IPv6 HTTP requests 20 .HP 21 \fB\-key\fR string 22 .IP 23 HMAC url validation key (hexadecimal encoded) \- leave blank to disable 24 .HP 25 \fB\-listen\fR string 26 .IP 27 Listen address (default "127.0.0.1:3000") 28 .HP 29 \fB\-timeout\fR uint 30 .IP 31 Request timeout (default 2) 32 .HP 33 \fB\-version\fR 34 .IP 35 Show version 36 .SH BUGS 37 Bugs or suggestions? Visit the issue tracker at 38 https://git.chaotic.ninja/yakumo.izuru/yukari/issues. 39 .SH SEE ALSO 40 .BR searx (1) 41 .SH LICENSE 42 Copyright 2023-present Izuru Yakumo <yakumo.izuru@chaotic.ninja> 43 .br 44 Copyright 2016-2018 Adam Tauber <asciimoo@gmail.com> 45 .br 46 Copyright 2016 Alexandre Flament <alex@al-f.net> 47 .sp 48 This program is free software: you can redistribute it and/or modify it under 49 the terms of the GNU Affero General Public License as published by the Free 50 Software Foundation, either version 3 of the License, or (at your option) any 51 later version. 52 .sp 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 53 61 This program is distributed in the hope that it will be useful, but WITHOUT ANY 54 62 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 55 PARTICULAR PURPOSE. See the GNU Affero General Public License for more 56 details. 57 .sp 58 You should have received a copy of the GNU Affero General Public License along 59 with this program. If not, see <http://www.gnu.org/licenses/>. 63 PARTICULAR PURPOSE. 64 See the GNU Affero General Public License for more details.
Note:
See TracChangeset
for help on using the changeset viewer.