[UPSTREAM] - Adding the ability to do TLS client authentication for DoH
c040b13d59
810f6043d2
This commit is contained in:
parent
bbf109cd3e
commit
c95af22cc2
|
@ -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 #
|
||||
|
|
Loading…
Reference in New Issue