2023-04-26 02:43:05 +00:00
|
|
|
{
|
|
|
|
"hosts": {
|
|
|
|
"dns.google": "8.8.8.8",
|
|
|
|
"proxy.example.com": "127.0.0.1"
|
|
|
|
},
|
|
|
|
"servers": [
|
2025-01-04 09:47:54 +00:00
|
|
|
{
|
|
|
|
"address": "1.1.1.1",
|
|
|
|
"domains": [
|
|
|
|
"geosite:geolocation-!cn"
|
|
|
|
],
|
|
|
|
"expectIPs": [
|
|
|
|
"geoip:!cn"
|
|
|
|
]
|
|
|
|
},
|
2023-04-26 02:43:05 +00:00
|
|
|
{
|
|
|
|
"address": "223.5.5.5",
|
|
|
|
"domains": [
|
2024-11-09 01:28:10 +00:00
|
|
|
"geosite:cn"
|
2023-04-26 02:43:05 +00:00
|
|
|
],
|
|
|
|
"expectIPs": [
|
|
|
|
"geoip:cn"
|
|
|
|
]
|
|
|
|
},
|
2023-04-27 02:15:22 +00:00
|
|
|
"8.8.8.8",
|
2023-04-26 02:43:05 +00:00
|
|
|
"https://dns.google/dns-query"
|
2023-04-28 06:15:03 +00:00
|
|
|
]
|
2023-04-26 02:43:05 +00:00
|
|
|
}
|