Skip to content
Merged

Fix DNS #7233

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion v2rayN/ServiceLib/Sample/dns_v2ray_normal
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"servers": [
{
"address": "1.1.1.1",
"skipFallback": true,
"domains": [
"geosite:geolocation-!cn"
"domain:googleapis.cn",
"domain:gstatic.com"
],
"expectIPs": [
"geoip:!cn"
Expand All @@ -23,6 +25,7 @@
"geoip:cn"
]
},
"1.1.1.1",
"8.8.8.8",
"https://dns.google/dns-query"
]
Expand Down