From 595d98b5fbdf157ff916516396104245de5aea4b Mon Sep 17 00:00:00 2001 From: esmaiel777 Date: Wed, 15 Jan 2025 12:32:31 +0330 Subject: [PATCH] Update dns_singbox_normal --- 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 +}