Skip to content

Commit

Permalink
People are used to seeing the [static] section at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Mar 9, 2020
1 parent c040b13 commit 810f604
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions dnscrypt-proxy/example-dnscrypt-proxy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ cache_neg_max_ttl = 600




#########################################
# Servers with known bugs #
#########################################
Expand All @@ -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 #
Expand Down Expand Up @@ -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' },
# ]

0 comments on commit 810f604

Please sign in to comment.