From e646ba86ef332ca4f8d7ed1db8d0e21e31b21c43 Mon Sep 17 00:00:00 2001 From: cchhuuaann1 Date: Mon, 3 Feb 2020 16:50:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0DoH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加DoH --- tls/config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tls/config.json b/tls/config.json index e9e4348..2242c68 100644 --- a/tls/config.json +++ b/tls/config.json @@ -39,14 +39,14 @@ } ], "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" - ] + "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" + ] }, "routing": { "domainStrategy": "AsIs",