Skip to content

Commit

Permalink
Add some comments for an obscure feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 26, 2020
1 parent 8f7015f commit 3775d59
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dnscrypt-proxy/example-dnscrypt-proxy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 3775d59

Please sign in to comment.