From 383a942cedd7175378fa767d0edf48256d3f6670 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Fri, 2 Jun 2017 11:45:01 -0400 Subject: [PATCH] remove useless tabs --- unbound/templates/unbound.conf.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/unbound/templates/unbound.conf.j2 b/unbound/templates/unbound.conf.j2 index 44f8ba41..2e0c8da4 100644 --- a/unbound/templates/unbound.conf.j2 +++ b/unbound/templates/unbound.conf.j2 @@ -5,20 +5,20 @@ server: interface: {{ interface }} {% endfor %} #do-ip6: no - + {% for acl in unbound_acls %} access-control: {{ acl }} {% endfor %} - + hide-identity: yes hide-version: yes - + # root-hints: "/var/unbound/etc/named.cache" # Uncomment to enable DNSSEC validation. auto-trust-anchor-file: "/var/unbound/db/root.key" # Serve zones authoritatively from Unbound to resolver clients. # Not for external service. - + #local-zone: "local." static #local-data: "mycomputer.local. IN A 192.0.2.51" #local-zone: "2.0.192.in-addr.arpa." static @@ -26,7 +26,7 @@ server: # UDP EDNS reassembly buffer advertised to peers. Default 4096. # May need lowering on broken networks with fragmentation/MTU issues, # particularly if validating DNSSEC. - + #edns-buffer-size: 1480 # Use TCP for "forward-zone" requests. Useful if you are making # DNS requests over an SSH port forwarding.