You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.2 KiB
59 lines
1.2 KiB
.\" Hey, EMACS: -*- nroff -*-
|
|
.\" (C) Copyright 2014 Shell.Xu <shell909090@gmail.com>,
|
|
.\"
|
|
.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 <shell909090@gmail.com>"
|
|
and
|
|
.IR "Clowwindy <clowwindy42@gmail.com>",
|
|
available via the Info system.
|
|
|