|
|
@ -383,7 +383,7 @@ you may refer to the man pages of the applications, respectively. |
|
|
|
|
|
|
|
-k <password> Password of your remote server. |
|
|
|
|
|
|
|
-m <encrypt_method> Encrypt method: rc4-md5, |
|
|
|
-m <encrypt_method> Encrypt method: rc4-md5, |
|
|
|
aes-128-gcm, aes-192-gcm, aes-256-gcm, |
|
|
|
aes-128-cfb, aes-192-cfb, aes-256-cfb, |
|
|
|
aes-128-ctr, aes-192-ctr, aes-256-ctr, |
|
|
@ -395,13 +395,13 @@ you may refer to the man pages of the applications, respectively. |
|
|
|
The default cipher is chacha20-ietf-poly1305. |
|
|
|
|
|
|
|
[-a <user>] Run as another user. |
|
|
|
|
|
|
|
|
|
|
|
[-f <pid_file>] The file path to store pid. |
|
|
|
|
|
|
|
[-t <timeout>] Socket timeout in seconds. |
|
|
|
|
|
|
|
[-c <config_file>] The path to config file. |
|
|
|
|
|
|
|
|
|
|
|
[-n <number>] Max number of open files. |
|
|
|
|
|
|
|
[-i <interface>] Network interface to bind. |
|
|
@ -423,32 +423,35 @@ you may refer to the man pages of the applications, respectively. |
|
|
|
|
|
|
|
[-d <addr>] Name servers for internal DNS resolver. |
|
|
|
(only available in server mode) |
|
|
|
|
|
|
|
|
|
|
|
[--reuse-port] Enable port reuse. |
|
|
|
|
|
|
|
|
|
|
|
[--fast-open] Enable TCP fast open. |
|
|
|
with Linux kernel > 3.7.0. |
|
|
|
(only available in local and server mode) |
|
|
|
|
|
|
|
|
|
|
|
[--acl <acl_file>] Path to ACL (Access Control List). |
|
|
|
(only available in local and server mode) |
|
|
|
|
|
|
|
|
|
|
|
[--manager-address <addr>] UNIX domain socket address. |
|
|
|
(only available in server and manager mode) |
|
|
|
|
|
|
|
[--mtu <MTU>] MTU of your network interface. |
|
|
|
|
|
|
|
|
|
|
|
[--mptcp] Enable Multipath TCP on MPTCP Kernel. |
|
|
|
|
|
|
|
|
|
|
|
[--no-delay] Enable TCP_NODELAY. |
|
|
|
|
|
|
|
[--executable <path>] Path to the executable of ss-server. |
|
|
|
(only available in manager mode) |
|
|
|
|
|
|
|
|
|
|
|
[-D <path>] Path to the working directory of ss-manager. |
|
|
|
(only available in manager mode) |
|
|
|
|
|
|
|
[--key <key_in_base64>] Key of your remote server. |
|
|
|
|
|
|
|
|
|
|
|
[--plugin <name>] Enable SIP003 plugin. (Experimental) |
|
|
|
|
|
|
|
|
|
|
|
[--plugin-opts <options>] Set SIP003 plugin options. (Experimental) |
|
|
|
|
|
|
|
[-v] Verbose mode. |
|
|
|