diff options
| author | Shulhan <ms@kilabit.info> | 2021-01-25 23:59:34 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-01-25 23:59:34 +0700 |
| commit | 4f9e0bb76ce80aeeecfb539a5d41ffbf8402e638 (patch) | |
| tree | ab395e25eec302e1fa579b7ebe0fd0fd4c8fc0e5 /cmd | |
| parent | 1598ac1902bc6fb8c1e852804c2b657e2d855542 (diff) | |
| download | rescached-4f9e0bb76ce80aeeecfb539a5d41ffbf8402e638.tar.xz | |
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.
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/rescached/rescached.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
