mirror of https://github.com/2dust/v2rayN
Adjust sing-box dns default example
parent
dff12a8a3a
commit
06a32dc895
|
@ -3,11 +3,13 @@
|
|||
{
|
||||
"tag": "remote",
|
||||
"address": "tcp://8.8.8.8",
|
||||
"strategy": "ipv4_only",
|
||||
"detour": "proxy"
|
||||
},
|
||||
{
|
||||
"tag": "local",
|
||||
"address": "223.5.5.5",
|
||||
"strategy": "ipv4_only",
|
||||
"detour": "direct"
|
||||
},
|
||||
{
|
||||
|
@ -18,9 +20,9 @@
|
|||
"rules": [
|
||||
{
|
||||
"geosite": [
|
||||
"cn"
|
||||
"geolocation-!cn"
|
||||
],
|
||||
"server": "local"
|
||||
"server": "remote"
|
||||
},
|
||||
{
|
||||
"geosite": [
|
||||
|
|
|
@ -3,11 +3,13 @@
|
|||
{
|
||||
"tag": "remote",
|
||||
"address": "tcp://8.8.8.8",
|
||||
"strategy": "ipv4_only",
|
||||
"detour": "proxy"
|
||||
},
|
||||
{
|
||||
"tag": "local",
|
||||
"address": "223.5.5.5",
|
||||
"strategy": "ipv4_only",
|
||||
"detour": "direct"
|
||||
},
|
||||
{
|
||||
|
@ -18,18 +20,15 @@
|
|||
"rules": [
|
||||
{
|
||||
"geosite": [
|
||||
"cn"
|
||||
"geolocation-!cn"
|
||||
],
|
||||
"server": "local",
|
||||
"disable_cache": true
|
||||
"server": "remote"
|
||||
},
|
||||
{
|
||||
"geosite": [
|
||||
"category-ads-all"
|
||||
],
|
||||
"server": "block",
|
||||
"disable_cache": true
|
||||
"server": "block"
|
||||
}
|
||||
],
|
||||
"strategy": "ipv4_only"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue