Skip to content

Instantly share code, notes, and snippets.

@iguoli
Created May 22, 2017 04:47
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 iguoli/211343c4d73cafe9b7e8846a890a9ff6 to your computer and use it in GitHub Desktop.
Save iguoli/211343c4d73cafe9b7e8846a890a9ff6 to your computer and use it in GitHub Desktop.
shadowsocks config file
{
"server":"your-server-ip",
"port_password":{
"443":"password"
"1080":"password"
},
"local_address":"127.0.0.1",
"local_port":1080,
"timeout":300,
"methond":"aes-256-cfb",
"fast_open":false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment