Skip to content

Instantly share code, notes, and snippets.

@lixingcong
Last active December 4, 2019 01:42
Show Gist options
  • Save lixingcong/5517608bd79d097ed9c5c434e1ea1bcc to your computer and use it in GitHub Desktop.
Save lixingcong/5517608bd79d097ed9c5c434e1ea1bcc to your computer and use it in GitHub Desktop.
shadowsocks-libev startup script
{
"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
}
{
"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