mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-01-07 13:07:56 +08:00
23 lines
387 B
JSON
23 lines
387 B
JSON
{
|
|
"dns": {
|
|
"hosts": {
|
|
"geosite:category-ads": "127.0.0.1"
|
|
},
|
|
"servers": [
|
|
"https+local://223.5.5.5/dns-query",
|
|
"https://1.1.1.1/dns-query",
|
|
{
|
|
"address": "localhost",
|
|
"port": 53,
|
|
"domains": [
|
|
"geosite:cn"
|
|
],
|
|
"expectIPs": [
|
|
"geoip:cn"
|
|
]
|
|
}
|
|
],
|
|
"tag": "dns_inbound"
|
|
}
|
|
}
|