Skip to content

Instantly share code, notes, and snippets.

@xi4oh4o
Last active August 29, 2015 14:05
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 xi4oh4o/5a71cc0e4b50aabe9af8 to your computer and use it in GitHub Desktop.
Save xi4oh4o/5a71cc0e4b50aabe9af8 to your computer and use it in GitHub Desktop.
socks_rule
{
"rules": [
{
"enable": true,
"UseUdp": true,
"name": "game",
"PortRange": "333-444",
"apps": [
"game.exe",
"wow.exe"
],
"ExcludePortRange": "",
"ProxyName": "",
"IPRange": "2.2.2.2",
"ExcludeIPRange": ""
},
{
"enable": true,
"UseUdp": false,
"name": "test",
"PortRange": "",
"apps": [
"ie.exe"
],
"ExcludePortRange": "",
"ProxyName": "",
"IPRange": "",
"ExcludeIPRange": ""
}
],
"ver": 1003, # not must , default 1003
"rule_len": 2,
"choice": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment