diff --git a/v2rayN/ServiceLib/Sample/dns_v2ray_normal b/v2rayN/ServiceLib/Sample/dns_v2ray_normal index 3f9c8b22..3b862c1f 100644 --- a/v2rayN/ServiceLib/Sample/dns_v2ray_normal +++ b/v2rayN/ServiceLib/Sample/dns_v2ray_normal @@ -5,7 +5,16 @@ }, "servers": [ { - "address": "1.1.1.1", + "address": "tcp://1.1.1.1", + "domains": [ + "geosite:geolocation-!cn" + ], + "expectIPs": [ + "geoip:!cn" + ] + }, + { + "address": "tcp://8.8.8.8"", "domains": [ "geosite:geolocation-!cn" ], @@ -23,7 +32,6 @@ "geoip:cn" ] }, - "8.8.8.8", "https://dns.google/dns-query" ] -} \ No newline at end of file +}