[UPSTREAM] - Adding the ability to do TLS client authentication for DoH

c040b13d59
810f6043d2
This commit is contained in:
quindecim 2020-03-10 16:00:13 -04:00
parent bbf109cd3e
commit c95af22cc2
1 changed files with 11 additions and 0 deletions

View File

@ -629,6 +629,17 @@ broken_query_padding = ['cisco', 'cisco-ipv6', 'cisco-familyshield', "quad9-dnsc
################################
# TLS Client Authentication #
################################
[tls_client_auth]
# creds = [
# { server_name='myserver', client_cert='client.crt', client_key='client.key' },
# ]
################################
# Anonymized DNS #