Update dns_singbox_normal

添加geoip cn的dns分流,防止类似microsoft.com这样的网站dns通过8.8.8.8解析到境外导致无法访问
This commit is contained in:
qiopgh 2023-04-29 18:56:27 +08:00 committed by GitHub
parent e2b3d6a1e4
commit 61e2de49d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,12 @@
], ],
"server": "local" "server": "local"
}, },
{
"source_geoip": [
"cn"
],
"server": "local"
},
{ {
"geosite": [ "geosite": [
"category-ads-all" "category-ads-all"