Skip to content

Instantly share code, notes, and snippets.

@discountry
Created August 11, 2022 09:26
Show Gist options
  • Select an option

  • Save discountry/0816fc8aeb8924a8afc6c8aeae0b0bc7 to your computer and use it in GitHub Desktop.

Select an option

Save discountry/0816fc8aeb8924a8afc6c8aeae0b0bc7 to your computer and use it in GitHub Desktop.
{
"hosts": {
"dns.google": "8.8.8.8",
"dns.pub": "119.29.29.29",
"dns.alidns.com": "223.5.5.5",
"geosite:category-ads-all": "127.0.0.1"
},
"servers": [
{
"address": "https://1.1.1.1/dns-query",
"domains": ["geosite:geolocation-!cn"],
"expectIPs": ["geoip:!cn"]
},
"8.8.8.8",
{
"address": "114.114.114.114",
"port": 53,
"domains": ["geosite:cn", "geosite:category-games@cn"],
"expectIPs": ["geoip:cn"],
"skipFallback": true
},
{
"address": "localhost",
"skipFallback": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment