mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 22:36: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"
|
"server": "local"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"source_geoip": [
|
||||||
|
"cn"
|
||||||
|
],
|
||||||
|
"server": "local"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"geosite": [
|
"geosite": [
|
||||||
"category-ads-all"
|
"category-ads-all"
|
||||||
|
|
Loading…
Reference in a new issue