Skip to content

Instantly share code, notes, and snippets.

@corolla96
Created November 26, 2019 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corolla96/c213b8d7e2a0468cad738a55267dee16 to your computer and use it in GitHub Desktop.
Save corolla96/c213b8d7e2a0468cad738a55267dee16 to your computer and use it in GitHub Desktop.
shadowsocks
{
"server":"0.0.0.0",
"server_ipv6":"::",
"port_password": {
"443": "",
"9801": "",
"9802": "",
"9803": "",
"9804": "",
"9805": "",
"9806": "",
"9807": "",
"9808": "",
"9809": ""
},
"local_address":"127.0.0.1",
"local_port":1080,
"timeout":120,
"method":"aes-128-cfb",
"protocol":"origin",
"protocol_param":"",
"obfs":"tls1.2_ticket_auth",
"obfs_param":"",
"redirect":"",
"dns_ipv6":false,
"fast_open":true,
"workers":1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment