Skip to content

Instantly share code, notes, and snippets.

@oldsharp
Last active September 11, 2016 13:04
Show Gist options
  • Save oldsharp/5b66d92d5f06eb9598ed95b651a2ba08 to your computer and use it in GitHub Desktop.
Save oldsharp/5b66d92d5f06eb9598ed95b651a2ba08 to your computer and use it in GitHub Desktop.
proxy configure files example
proxyAddress = "0.0.0.0"
proxyPort = 8086
socksParentProxy = "127.0.0.1:8087"
socksProxyType = socks5
{
"server": "12.345.67.89",
"server_port": 300,
"local_address": "0.0.0.0",
"local_port": 3000,
"password": "example",
"timeout": 300,
"method": "aes-256-cfb",
"fast_open": false
}
{
"server":"0.0.0.0",
"server_port":300,
"local_address": "127.0.0.1",
"local_port":3000,
"password":"example",
"timeout":300,
"method":"aes-256-cfb",
"fast_open": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment