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