mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 14:26:20 +00:00
Update dns_singbox_normal
添加geoip cn的dns分流,防止类似microsoft.com这样的网站dns通过8.8.8.8解析到境外导致无法访问
This commit is contained in:
parent
e2b3d6a1e4
commit
61e2de49d1
1 changed files with 7 additions and 1 deletions
|
@ -22,6 +22,12 @@
|
|||
],
|
||||
"server": "local"
|
||||
},
|
||||
{
|
||||
"source_geoip": [
|
||||
"cn"
|
||||
],
|
||||
"server": "local"
|
||||
},
|
||||
{
|
||||
"geosite": [
|
||||
"category-ads-all"
|
||||
|
@ -29,4 +35,4 @@
|
|||
"server": "block"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue