prefer_ipv4 for sing-box dns strategy

https://github.com/2dust/v2rayN/issues/5790
pull/5834/head
2dust 2024-10-14 19:27:22 +08:00
parent c6caf29b5b
commit 9540669f56
2 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@
{
"tag": "remote",
"address": "8.8.8.8",
"strategy": "ipv4_only",
"strategy": "prefer_ipv4",
"detour": "proxy"
},
{
"tag": "local",
"address": "223.5.5.5",
"strategy": "ipv4_only",
"strategy": "prefer_ipv4",
"detour": "direct"
},
{

View File

@ -3,13 +3,13 @@
{
"tag": "remote",
"address": "8.8.8.8",
"strategy": "ipv4_only",
"strategy": "prefer_ipv4",
"detour": "proxy"
},
{
"tag": "local",
"address": "223.5.5.5",
"strategy": "ipv4_only",
"strategy": "prefer_ipv4",
"detour": "direct"
},
{