Last active
August 29, 2015 14:05
-
-
Save xi4oh4o/5a71cc0e4b50aabe9af8 to your computer and use it in GitHub Desktop.
socks_rule
This file contains hidden or 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
{ | |
"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