diff --git a/v2rayN/ServiceLib/Sample/dns_singbox_normal b/v2rayN/ServiceLib/Sample/dns_singbox_normal index c0619ebf..7003f91f 100644 --- a/v2rayN/ServiceLib/Sample/dns_singbox_normal +++ b/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" }, { diff --git a/v2rayN/ServiceLib/Sample/tun_singbox_dns b/v2rayN/ServiceLib/Sample/tun_singbox_dns index c0619ebf..7003f91f 100644 --- a/v2rayN/ServiceLib/Sample/tun_singbox_dns +++ b/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" }, {