From 0450ab21f7490bc1f8fa3cf871dbf9b84f2dff49 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sat, 15 Feb 2020 16:42:42 +0800 Subject: [PATCH] =?UTF-8?q?1.1.0=20=E5=B0=9D=E8=AF=95=20config.json=20dns?= =?UTF-8?q?=20=E9=83=A8=E5=88=86=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tls/config.json | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/tls/config.json b/tls/config.json index af62008..b1b5ac1 100644 --- a/tls/config.json +++ b/tls/config.json @@ -40,12 +40,23 @@ ], "dns": { "servers": [ - "https+local://1.1.1.1/dns-query", - "1.1.1.1", - "1.0.0.1", - "8.8.8.8", - "8.8.4.4", - "localhost" + { + "address": "223.5.5.5", + "expectIPs": [ + "geoip:cn" + ] + }, + { + "address": "https+local://1.1.1.1/dns-query", + "domains": [ + "geosite:geolocation-!cn" + ] + }, + "localhost", + "1.1.1.1", + "1.0.0.1", + "8.8.8.8", + "8.8.4.4", ] }, "routing": {