Last active
December 4, 2019 01:42
-
-
Save lixingcong/5517608bd79d097ed9c5c434e1ea1bcc to your computer and use it in GitHub Desktop.
shadowsocks-libev startup script
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":"123.123.123.123", | |
"server_port":8989, | |
"local_port":1080, | |
"password":"password", | |
"timeout":300, | |
"nameserver":"8.8.4.4", | |
"method":"salsa20", | |
"mode":"tcp_and_udp", | |
"fast_open": false, | |
"ipv6_first":false | |
} |
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":"0.0.0.0", | |
"server_port":8989, | |
"password":"password", | |
"timeout":300, | |
"nameserver":"8.8.4.4", | |
"method":"salsa20", | |
"mode":"tcp_and_udp", | |
"fast_open": false, | |
"ipv6_first":false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment