2023-04-26 02:43:05 +00:00
|
|
|
{
|
|
|
|
"servers": [
|
2023-04-27 02:15:22 +00:00
|
|
|
{
|
|
|
|
"tag": "remote",
|
2025-01-15 11:47:45 +00:00
|
|
|
"address": "tcp://8.8.8.8",
|
2024-10-14 11:27:22 +00:00
|
|
|
"strategy": "prefer_ipv4",
|
2023-04-27 02:15:22 +00:00
|
|
|
"detour": "proxy"
|
|
|
|
},
|
2023-04-26 02:43:05 +00:00
|
|
|
{
|
|
|
|
"tag": "local",
|
|
|
|
"address": "223.5.5.5",
|
2024-10-14 11:27:22 +00:00
|
|
|
"strategy": "prefer_ipv4",
|
2023-04-26 02:43:05 +00:00
|
|
|
"detour": "direct"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"tag": "block",
|
|
|
|
"address": "rcode://success"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"rules": [
|
|
|
|
{
|
2024-04-10 00:42:53 +00:00
|
|
|
"rule_set": [
|
2024-11-09 01:28:10 +00:00
|
|
|
"geosite-cn"
|
2023-04-28 02:02:42 +00:00
|
|
|
],
|
2024-07-24 12:01:26 +00:00
|
|
|
"server": "local"
|
2023-04-26 02:43:05 +00:00
|
|
|
},
|
|
|
|
{
|
2024-04-10 00:42:53 +00:00
|
|
|
"rule_set": [
|
|
|
|
"geosite-category-ads-all"
|
2023-04-28 02:02:42 +00:00
|
|
|
],
|
2023-04-27 02:15:22 +00:00
|
|
|
"server": "block"
|
2023-04-26 02:43:05 +00:00
|
|
|
}
|
2024-05-12 07:42:28 +00:00
|
|
|
],
|
2024-07-24 12:01:26 +00:00
|
|
|
"final": "remote"
|
2025-01-15 11:47:45 +00:00
|
|
|
}
|