From c9d65e5cd9b4982a88f8e93e83989931f2b6f988 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Fri, 30 Aug 2024 09:31:44 +0800 Subject: [PATCH] Fix https://github.com/2dust/v2rayN/issues/5595 --- v2rayN/ServiceLib/Sample/dns_singbox_normal | 2 +- v2rayN/ServiceLib/Sample/tun_singbox_dns | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2rayN/ServiceLib/Sample/dns_singbox_normal b/v2rayN/ServiceLib/Sample/dns_singbox_normal index 3625d606..c0619ebf 100644 --- a/v2rayN/ServiceLib/Sample/dns_singbox_normal +++ b/v2rayN/ServiceLib/Sample/dns_singbox_normal @@ -2,7 +2,7 @@ "servers": [ { "tag": "remote", - "address": "tcp://8.8.8.8", + "address": "8.8.8.8", "strategy": "ipv4_only", "detour": "proxy" }, diff --git a/v2rayN/ServiceLib/Sample/tun_singbox_dns b/v2rayN/ServiceLib/Sample/tun_singbox_dns index 3625d606..c0619ebf 100644 --- a/v2rayN/ServiceLib/Sample/tun_singbox_dns +++ b/v2rayN/ServiceLib/Sample/tun_singbox_dns @@ -2,7 +2,7 @@ "servers": [ { "tag": "remote", - "address": "tcp://8.8.8.8", + "address": "8.8.8.8", "strategy": "ipv4_only", "detour": "proxy" },