From 1491138f69c84fda86a2bfa8818ffc533a2791c8 Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Thu, 19 Jul 2018 11:10:04 +0800 Subject: [PATCH] Add 5380 as an additional default doh-client port --- doh-client/doh-client.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doh-client/doh-client.conf b/doh-client/doh-client.conf index 331ce3e..d287b52 100644 --- a/doh-client/doh-client.conf +++ b/doh-client/doh-client.conf @@ -1,7 +1,9 @@ # DNS listen port listen = [ "127.0.0.1:53", + "127.0.0.1:5380", "[::1]:53", + "[::1]:5380", ] # HTTP path for upstream resolver