mirror of https://github.com/ginuerzh/gost
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
331 B
18 lines
331 B
{
|
|
"strategy": "round",
|
|
"max_fails": 3,
|
|
"fail_timeout": 30,
|
|
"nodes":[
|
|
"socks5://:1081",
|
|
"socks://:1082",
|
|
"socks4a://:1083"
|
|
],
|
|
"bypass":{
|
|
"reverse": false,
|
|
"patterns": [
|
|
"10.0.0.1",
|
|
"192.168.0.0/24",
|
|
"*.example.com"
|
|
]
|
|
}
|
|
}
|