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