mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-03 21:27:37 +03:00
People are used to seeing the [static] section at the end
This commit is contained in:
parent
c040b13d59
commit
810f6043d2
1 changed files with 11 additions and 12 deletions
|
@ -614,7 +614,6 @@ cache_neg_max_ttl = 600
|
|||
|
||||
|
||||
|
||||
|
||||
#########################################
|
||||
# Servers with known bugs #
|
||||
#########################################
|
||||
|
@ -632,6 +631,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 #
|
||||
|
@ -674,14 +684,3 @@ broken_query_padding = ['cisco', 'cisco-ipv6', 'cisco-familyshield', "quad9-dnsc
|
|||
|
||||
# [static.'myserver']
|
||||
# stamp = 'sdns:AQcAAAAAAAAAAAAQMi5kbnNjcnlwdC1jZXJ0Lg'
|
||||
|
||||
|
||||
################################
|
||||
# TLS Client Authentication #
|
||||
################################
|
||||
|
||||
[tls_client_auth]
|
||||
|
||||
# creds = [
|
||||
# { server_name='myserver', client_cert='client.crt', client_key='client.key' },
|
||||
# ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue