Skip to content

Commit

Permalink
Default dns changed to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Jul 24, 2024
1 parent 1b09d95 commit e8721bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions v2rayN/v2rayN/Sample/dns_singbox_normal
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
"rules": [
{
"rule_set": [
"geosite-geolocation-!cn"
"geosite-cn",
"geosite-geolocation-cn"
],
"server": "remote"
"server": "local"
},
{
"rule_set": [
Expand All @@ -31,5 +32,5 @@
"server": "block"
}
],
"final": "local"
"final": "remote"
}
7 changes: 4 additions & 3 deletions v2rayN/v2rayN/Sample/tun_singbox_dns
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
"rules": [
{
"rule_set": [
"geosite-geolocation-!cn"
"geosite-cn",
"geosite-geolocation-cn"
],
"server": "remote"
"server": "local"
},
{
"rule_set": [
Expand All @@ -31,5 +32,5 @@
"server": "block"
}
],
"final": "local"
"final": "remote"
}

0 comments on commit e8721bf

Please sign in to comment.