Created
May 22, 2017 04:47
-
-
Save iguoli/211343c4d73cafe9b7e8846a890a9ff6 to your computer and use it in GitHub Desktop.
shadowsocks config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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