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