Browse Source

prefer_ipv4 for sing-box dns strategy

https://github.com/2dust/v2rayN/issues/5790
pull/5834/head
2dust 1 month ago
parent
commit
9540669f56
  1. 4
      v2rayN/ServiceLib/Sample/dns_singbox_normal
  2. 4
      v2rayN/ServiceLib/Sample/tun_singbox_dns

4
v2rayN/ServiceLib/Sample/dns_singbox_normal

@ -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"
},
{

4
v2rayN/ServiceLib/Sample/tun_singbox_dns

@ -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"
},
{

Loading…
Cancel
Save