mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-15 20:58:07 +00:00
35 lines
568 B
Text
35 lines
568 B
Text
{
|
|
"servers": [
|
|
{
|
|
"tag": "remote",
|
|
"address": "tcp://8.8.8.8",
|
|
"strategy": "prefer_ipv4",
|
|
"detour": "proxy"
|
|
},
|
|
{
|
|
"tag": "local",
|
|
"address": "223.5.5.5",
|
|
"strategy": "prefer_ipv4",
|
|
"detour": "direct"
|
|
},
|
|
{
|
|
"tag": "block",
|
|
"address": "rcode://success"
|
|
}
|
|
],
|
|
"rules": [
|
|
{
|
|
"rule_set": [
|
|
"geosite-cn"
|
|
],
|
|
"server": "local"
|
|
},
|
|
{
|
|
"rule_set": [
|
|
"geosite-category-ads-all"
|
|
],
|
|
"server": "block"
|
|
}
|
|
],
|
|
"final": "remote"
|
|
}
|