Skip to content

Instantly share code, notes, and snippets.

@corolla96
Created November 26, 2019 04:15
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 corolla96/6691e446ab79683c4215952e3a8752f6 to your computer and use it in GitHub Desktop.
Save corolla96/6691e446ab79683c4215952e3a8752f6 to your computer and use it in GitHub Desktop.
shadowsocks-r
{
"server_port":9800,
"password":"",
"protocol":"origin",
"obfs":"tls1.2_ticket_auth_compatible",
"method":"aes-128-cfb",
"server":"0.0.0.0",
"server_ipv6":"::",
"local_address":"127.0.0.1",
"local_port":1080,
"timeout":120,
"protocol_param":"",
"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