From 16c3ae63984fcb2467c2fbde66ca6a1db55123e2 Mon Sep 17 00:00:00 2001 From: cchhuuaann1 Date: Mon, 3 Feb 2020 16:39:39 +0800 Subject: [PATCH 1/3] =?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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tls/config.json b/tls/config.json index 439291c..d0acf38 100644 --- a/tls/config.json +++ b/tls/config.json @@ -38,6 +38,16 @@ "tag": "blocked" } ], + "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" + ] + }, "routing": { "domainStrategy": "AsIs", "rules": [ From 9033c9f9e632c02300d9c1500a87f15eca867186 Mon Sep 17 00:00:00 2001 From: cchhuuaann1 Date: Mon, 3 Feb 2020 16:47:00 +0800 Subject: [PATCH 2/3] =?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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tls/config.json b/tls/config.json index d0acf38..e9e4348 100644 --- a/tls/config.json +++ b/tls/config.json @@ -39,15 +39,15 @@ } ], "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", "rules": [ From e646ba86ef332ca4f8d7ed1db8d0e21e31b21c43 Mon Sep 17 00:00:00 2001 From: cchhuuaann1 Date: Mon, 3 Feb 2020 16:50:14 +0800 Subject: [PATCH 3/3] =?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",