From e55878a77813267aa404b31169f5586c69620ec1 Mon Sep 17 00:00:00 2001 From: Eiman Date: Tue, 27 Oct 2020 16:38:21 +0330 Subject: [PATCH] ss-local: add page (#4857) --- pages/common/ss-local.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/ss-local.md diff --git a/pages/common/ss-local.md b/pages/common/ss-local.md new file mode 100644 index 000000000..7e2fdc576 --- /dev/null +++ b/pages/common/ss-local.md @@ -0,0 +1,20 @@ +# ss-local + +> Run a Shadowsocks client as a SOCKS5 proxy. +> More information: . + +- Run a Shadowsocks proxy by specifying the host, server port, local port, password, and encryption method: + +`ss-local -s {{host}} -p {{server_port}} -l {{local port}} -k {{password}} -m {{encrypt_method}}` + +- Run a Shadowsocks proxy by specifying the config file: + +`ss-local -c {{path/to/config/file.json}}` + +- Use a plugin to run the proxy client: + +`ss-local --plugin {{plugin_name}} --plugin-opts {{plugin_options}}` + +- Enable TCP fast open: + +`ss-local --fast-open`