Last change
on this file since 93 was 76, checked in by asciimoo, 7 years ago |
Merge pull request #54 from josch/master
Add manual page for the "man" manual program in roff format
|
File size:
1.6 KB
|
Rev | Line | |
---|
[75] | 1 | .TH MORTY "1" "2018" "morty" "User Commands"
|
---|
| 2 | .SH NAME
|
---|
| 3 | morty \- Privacy aware web content sanitizer proxy as a service
|
---|
| 4 | .SH SYNOPSIS
|
---|
| 5 | .B morty
|
---|
| 6 | .RI [ OPTIONS ]
|
---|
| 7 | .br
|
---|
| 8 | .SH DESCRIPTION
|
---|
| 9 | Morty rewrites web pages to exclude malicious HTML tags and attributes. It
|
---|
| 10 | also replaces external resource references to prevent third party
|
---|
| 11 | information leaks.
|
---|
| 12 | .sp
|
---|
| 13 | The main goal of morty 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://github.com/asciimoo/morty/issues.
|
---|
| 39 | .SH SEE ALSO
|
---|
| 40 | .BR searx (1)
|
---|
| 41 | .SH LICENSE
|
---|
| 42 | Copyright 2016-2018 Adam Tauber <asciimoo@gmail.com>
|
---|
| 43 | .br
|
---|
| 44 | Copyright 2016 Alexandre Flament <alex@al-f.net>
|
---|
| 45 | .sp
|
---|
| 46 | This program is free software: you can redistribute it and/or modify it under
|
---|
| 47 | the terms of the GNU Affero General Public License as published by the Free
|
---|
| 48 | Software Foundation, either version 3 of the License, or (at your option) any
|
---|
| 49 | later version.
|
---|
| 50 | .sp
|
---|
| 51 | This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
---|
| 52 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
---|
| 53 | PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
---|
| 54 | details.
|
---|
| 55 | .sp
|
---|
| 56 | You should have received a copy of the GNU Affero General Public License along
|
---|
| 57 | with this program. If not, see <http://www.gnu.org/licenses/>.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.