From 26622436414c882811ea8f3eaac6d34251432f64 Mon Sep 17 00:00:00 2001
From: esmaiel777 <sadeqgsm96@gmail.com>
Date: Wed, 15 Jan 2025 15:17:45 +0330
Subject: [PATCH] Update dns_singbox_normal (#6511)

---
 v2rayN/ServiceLib/Sample/dns_singbox_normal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/v2rayN/ServiceLib/Sample/dns_singbox_normal b/v2rayN/ServiceLib/Sample/dns_singbox_normal
index 2ec0b4ba..605b7d59 100644
--- a/v2rayN/ServiceLib/Sample/dns_singbox_normal
+++ b/v2rayN/ServiceLib/Sample/dns_singbox_normal
@@ -2,7 +2,7 @@
   "servers": [
     {
       "tag": "remote",
-      "address": "8.8.8.8",
+      "address": "tcp://8.8.8.8",
       "strategy": "prefer_ipv4",
       "detour": "proxy"
     },
@@ -32,4 +32,4 @@
     }
   ],
   "final": "remote"
-}
\ No newline at end of file
+}