From 060a35e0916f552bd2c6f9ec41bdd9d1b23cb68a Mon Sep 17 00:00:00 2001 From: esmaiel777 Date: Wed, 15 Jan 2025 15:17:34 +0330 Subject: [PATCH] Update tun_singbox_dns (#6510) --- v2rayN/ServiceLib/Sample/tun_singbox_dns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2rayN/ServiceLib/Sample/tun_singbox_dns b/v2rayN/ServiceLib/Sample/tun_singbox_dns index 7003f91f..bc5b8c8e 100644 --- a/v2rayN/ServiceLib/Sample/tun_singbox_dns +++ b/v2rayN/ServiceLib/Sample/tun_singbox_dns @@ -2,7 +2,7 @@ "servers": [ { "tag": "remote", - "address": "8.8.8.8", + "address": "tcp://8.8.8.8", "strategy": "prefer_ipv4", "detour": "proxy" }, @@ -33,4 +33,4 @@ } ], "final": "remote" -} \ No newline at end of file +}