From 1cf953ba39f6cade4c167afbb8ce697c178c3a79 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Wed, 11 Jul 2018 20:01:35 +0300 Subject: [PATCH] Disable tls_cipher_suite --- roles/dns_encryption/templates/dnscrypt-proxy.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dns_encryption/templates/dnscrypt-proxy.toml.j2 b/roles/dns_encryption/templates/dnscrypt-proxy.toml.j2 index 22e9cfc5..2d4fbe69 100644 --- a/roles/dns_encryption/templates/dnscrypt-proxy.toml.j2 +++ b/roles/dns_encryption/templates/dnscrypt-proxy.toml.j2 @@ -134,7 +134,7 @@ tls_disable_session_tickets = true ## Keep tls_cipher_suite empty if you have issues fetching sources or ## connecting to some DoH servers. Google and Cloudflare are fine with it. -tls_cipher_suite = [49195] +# tls_cipher_suite = [49195] ## Fallback resolver