Skip to content

Commit

Permalink
server_name is ignored for x509 certs
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jun 7, 2021
1 parent dc99f1b commit 56f2e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnscrypt-proxy/example-dnscrypt-proxy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys

#
# creds = [
# { server_name='myserver', client_cert='client.crt', client_key='client.key' }
# { server_name='*', client_cert='client.crt', client_key='client.key' }
# ]


Expand Down

0 comments on commit 56f2e9a

Please sign in to comment.