From 9540669f56ba844b97b00159162d0524a66fc2fd Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:27:22 +0800 Subject: [PATCH] prefer_ipv4 for sing-box dns strategy https://github.com/2dust/v2rayN/issues/5790 --- v2rayN/ServiceLib/Sample/dns_singbox_normal | 4 ++-- v2rayN/ServiceLib/Sample/tun_singbox_dns | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" }, {