forked from shadowsocksrr/shadowsocksr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* clean all lintian errors and warnings
- Loading branch information
1 parent
8d74b62
commit eafc3ab
Showing
4 changed files
with
62 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
debian/sslocal.1 | ||
debian/ssserver.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.\" Hey, EMACS: -*- nroff -*- | ||
.\" (C) Copyright 2014 Shell.Xu <[email protected]>, | ||
.\" | ||
.TH SHADOWSOCKS SECTION "August 23, 2014" | ||
.TH SHADOWSOCKS 1 "August 23, 2014" | ||
.SH NAME | ||
shadowsocks \- Fast tunnel proxy that helps you bypass firewalls | ||
.SH SYNOPSIS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
.\" Hey, EMACS: -*- nroff -*- | ||
.\" (C) Copyright 2014 Shell.Xu <[email protected]>, | ||
.\" | ||
.TH SHADOWSOCKS 1 "August 23, 2014" | ||
.SH NAME | ||
shadowsocks \- Fast tunnel proxy that helps you bypass firewalls | ||
.SH SYNOPSIS | ||
.B ssserver | ||
.RI [ options ] | ||
.br | ||
.B sslocal | ||
.RI [ options ] | ||
.SH DESCRIPTION | ||
shadowsocks is a tunnel proxy helps you bypass firewall. | ||
.B ssserver | ||
is the server part, and | ||
.B sslocal | ||
is the local part. | ||
.SH OPTIONS | ||
.TP | ||
.B \-h, \-\-help | ||
Show this help message and exit. | ||
.TP | ||
.B \-s SERVER_ADDR | ||
Server address, default: 0.0.0.0. | ||
.TP | ||
.B \-p SERVER_PORT | ||
Server port, default: 8388. | ||
.TP | ||
.B \-k PASSWORD | ||
Password. | ||
.TP | ||
.B \-m METHOD | ||
Encryption method, default: aes-256-cfb. | ||
.TP | ||
.B \-t TIMEOUT | ||
Timeout in seconds, default: 300. | ||
.TP | ||
.B \-c CONFIG | ||
Path to config file. | ||
.TP | ||
.B \-\-fast-open | ||
Use TCP_FASTOPEN, requires Linux 3.7+. | ||
.TP | ||
.B \-\-workers WORKERS | ||
Number of workers, available on Unix/Linux. | ||
.TP | ||
.B \-v, \-vv | ||
Verbose mode. | ||
.TP | ||
.B \-q, \-qq | ||
Quiet mode, only show warnings/errors. | ||
.SH SEE ALSO | ||
.br | ||
The programs are documented fully by | ||
.IR "Shell Xu <[email protected]>" | ||
and | ||
.IR "Clowwindy <[email protected]>", | ||
available via the Info system. |
This file was deleted.
Oops, something went wrong.