From 6e68a0830a7efe500873029de651c72cc2f36d31 Mon Sep 17 00:00:00 2001 From: esmaiel777 Date: Wed, 15 Jan 2025 12:29:07 +0330 Subject: [PATCH] Update tun_singbox_dns --- 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 +}