People are used to seeing the [static] section at the end

This commit is contained in:
Frank Denis 2020-03-09 22:14:31 +01:00
parent c040b13d59
commit 810f6043d2
1 changed files with 11 additions and 12 deletions

View File

@ -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' },
# ]