Add some comments for an obscure feature

This commit is contained in:
Frank Denis 2020-04-26 21:05:23 +02:00
parent 8f7015f0bc
commit 3775d59217
1 changed files with 5 additions and 4 deletions

View File

@ -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' }