From 94508e18168869c7238d46e778ad47130a84522d Mon Sep 17 00:00:00 2001 From: quindecim Date: Mon, 4 Jan 2021 03:02:03 -0500 Subject: [PATCH] [UPSTREAM] - Remove test leftover https://github.com/DNSCrypt/dnscrypt-proxy/commit/3a5585f8a159cfa6d21f25c2fd38ae11ed3e32dd --- config/dnscrypt-proxy.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index 99cbe12..64de59f 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -555,7 +555,7 @@ cache_neg_max_ttl = 600 ## Optional path to a file logging allowed queries - # log_file = 'allowed_names.log' + # log_file = 'allowed-names.log' ## Optional log format: tsv or ltsv (default: tsv) @@ -707,7 +707,6 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys - ################################################################# # Certificate-based client authentication for DoH # ################################################################# @@ -719,6 +718,7 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys # property set to the path to a root CRT file can be added to a server entry. [doh_client_x509_auth] + # # creds = [ # { server_name='myserver', client_cert='client.crt', client_key='client.key' } @@ -797,8 +797,6 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys # { server_name='example-server-2', via=['sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM'] } ] -# routes = { server_name='*', via = ['*'] } - # Skip resolvers incompatible with anonymization instead of using them directly