remove useless tabs

This commit is contained in:
Daniel Jakots 2017-06-02 11:45:01 -04:00
parent 1fbeafb1ff
commit 383a942ced

View file

@ -5,20 +5,20 @@ server:
interface: {{ interface }} interface: {{ interface }}
{% endfor %} {% endfor %}
#do-ip6: no #do-ip6: no
{% for acl in unbound_acls %} {% for acl in unbound_acls %}
access-control: {{ acl }} access-control: {{ acl }}
{% endfor %} {% endfor %}
hide-identity: yes hide-identity: yes
hide-version: yes hide-version: yes
# root-hints: "/var/unbound/etc/named.cache" # root-hints: "/var/unbound/etc/named.cache"
# Uncomment to enable DNSSEC validation. # Uncomment to enable DNSSEC validation.
auto-trust-anchor-file: "/var/unbound/db/root.key" auto-trust-anchor-file: "/var/unbound/db/root.key"
# Serve zones authoritatively from Unbound to resolver clients. # Serve zones authoritatively from Unbound to resolver clients.
# Not for external service. # Not for external service.
#local-zone: "local." static #local-zone: "local." static
#local-data: "mycomputer.local. IN A 192.0.2.51" #local-data: "mycomputer.local. IN A 192.0.2.51"
#local-zone: "2.0.192.in-addr.arpa." static #local-zone: "2.0.192.in-addr.arpa." static
@ -26,7 +26,7 @@ server:
# UDP EDNS reassembly buffer advertised to peers. Default 4096. # UDP EDNS reassembly buffer advertised to peers. Default 4096.
# May need lowering on broken networks with fragmentation/MTU issues, # May need lowering on broken networks with fragmentation/MTU issues,
# particularly if validating DNSSEC. # particularly if validating DNSSEC.
#edns-buffer-size: 1480 #edns-buffer-size: 1480
# Use TCP for "forward-zone" requests. Useful if you are making # Use TCP for "forward-zone" requests. Useful if you are making
# DNS requests over an SSH port forwarding. # DNS requests over an SSH port forwarding.