Skip to content

Instantly share code, notes, and snippets.

@MikletNg
Last active July 4, 2019 13:51
Show Gist options
  • Save MikletNg/ca672029ccd1a46378673a75999e5d56 to your computer and use it in GitHub Desktop.
Save MikletNg/ca672029ccd1a46378673a75999e5d56 to your computer and use it in GitHub Desktop.
teddysun/shadowsocks-r Configuration File
{
"server":"0.0.0.0",
"server_ipv6":"::",
"server_port":8888,
"local_address":"127.0.0.1",
"local_port":1080,
"password":"Passw0rd",
"timeout":120,
"method":"aes-256-cfb",
"protocol":"auth_chain_a",
"protocol_param":"",
"obfs":"http_simple",
"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