From 4f9e0bb76ce80aeeecfb539a5d41ffbf8402e638 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 25 Jan 2021 23:59:34 +0700 Subject: rescached: set tls.allow_insecure option to true Since the default parent is DNS over TLS, https://18.136.35.199, which is run using self-signed certificate, we need to allow_insecure to true to make the forward can connect without error. --- cmd/rescached/rescached.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rescached/rescached.cfg b/cmd/rescached/rescached.cfg index 5f9aa5e..89d5a05 100644 --- a/cmd/rescached/rescached.cfg +++ b/cmd/rescached/rescached.cfg @@ -31,7 +31,7 @@ listen = 127.0.0.1:53 #tls.certificate = /etc/rescached/localhost.cert.pem #tls.private_key = /etc/rescached/localhost.key.pem -#tls.allow_insecure = true +tls.allow_insecure = true #doh.behind_proxy = false #cache.prune_delay = 1h0m0s -- cgit v1.3