From 3775d592175db8085f56823530b5937fff416f11 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 26 Apr 2020 21:05:23 +0200 Subject: [PATCH] Add some comments for an obscure feature --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 8679b42634..23a79658e3 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -637,14 +637,15 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys -################################ -# TLS Client Authentication # -################################ +################################################################# +# Certificate-based client authentication for DoH # +################################################################# +# Use a X509 certificate to authenticate yourself when connecting to DoH servers. # This is only useful if you are operating your own, private DoH server(s). # (for DNSCrypt, see the `query_meta` feature instead) -[tls_client_auth] +# [tls_client_auth] # creds = [ # { server_name='myserver', client_cert='client.crt', client_key='client.key' }