From 272b6e05cfde58d5b0b148976e7ff869930cfaa2 Mon Sep 17 00:00:00 2001 From: Akariln <93932940+Akariln@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:04:49 +0800 Subject: [PATCH] Update --- v2rayN/ServiceLib/Sample/dns_v2ray_normal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v2rayN/ServiceLib/Sample/dns_v2ray_normal b/v2rayN/ServiceLib/Sample/dns_v2ray_normal index c8aa9245..48340153 100644 --- a/v2rayN/ServiceLib/Sample/dns_v2ray_normal +++ b/v2rayN/ServiceLib/Sample/dns_v2ray_normal @@ -5,7 +5,7 @@ }, "servers": [ { - "address": "https://1.1.1.1/dns-query", + "address": "1.1.1.1", "domains": [ "geosite:geolocation-!cn" ], @@ -14,7 +14,7 @@ ] }, { - "address": "https://dns.google/dns-query", + "address": "8.8.8.8", "domains": [ "geosite:geolocation-!cn" ], @@ -32,6 +32,7 @@ "geoip:cn" ] }, + "https://1.1.1.1/dns-query", "https://dns.google/dns-query" ] }