Forrest logo
back to context overview

ss-local

List of commands for ss-local:

  • ss-local:tldr:09e7e ss-local: 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}
    try on your machine
    explain this command
  • ss-local:tldr:1ca00 ss-local: Use a plugin to run the proxy client.
    $ ss-local --plugin ${plugin_name} --plugin-opts ${plugin_options}
    try on your machine
    explain this command
  • ss-local:tldr:5a9a1 ss-local: Enable TCP fast open.
    $ ss-local --fast-open
    try on your machine
    explain this command
  • ss-local:tldr:b2c53 ss-local: Run a Shadowsocks proxy by specifying the config file.
    $ ss-local -c ${path-to-config-file-json}
    try on your machine
    explain this command
back to context overview