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

View file

@ -614,7 +614,6 @@ cache_neg_max_ttl = 600
######################################### #########################################
# Servers with known bugs # # 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 # # Anonymized DNS #
@ -674,14 +684,3 @@ broken_query_padding = ['cisco', 'cisco-ipv6', 'cisco-familyshield', "quad9-dnsc
# [static.'myserver'] # [static.'myserver']
# stamp = 'sdns:AQcAAAAAAAAAAAAQMi5kbnNjcnlwdC1jZXJ0Lg' # stamp = 'sdns:AQcAAAAAAAAAAAAQMi5kbnNjcnlwdC1jZXJ0Lg'
################################
# TLS Client Authentication #
################################
[tls_client_auth]
# creds = [
# { server_name='myserver', client_cert='client.crt', client_key='client.key' },
# ]