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" ] }