From 4b66998471158ee4d44991a51f44d79ef1a3cb8b Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Sat, 1 Jul 2017 15:07:01 +0200 Subject: [PATCH] Lokale Adressoptionen nach named.conf.options.local geschoben --- .gitignore | 1 + named.conf.options | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9e39bf7..bd714f1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ db* /slave/ffa.zone /zones.rfc1918 /icvpn.conf +/named.conf.options.local #ausser... !named.conf diff --git a/named.conf.options b/named.conf.options index 4dfe514..b3ba3a0 100644 --- a/named.conf.options +++ b/named.conf.options @@ -5,9 +5,9 @@ options { // to talk to, you may need to fix the firewall to allow multiple // ports to talk. See http://www.kb.cert.org/vuls/id/800113 - // If your ISP provided one or more IP addresses for stable - // nameservers, you probably want to use them as forwarders. - // Uncomment the following block, and insert the addresses replacing + // If your ISP provided one or more IP addresses for stable + // nameservers, you probably want to use them as forwarders. + // Uncomment the following block, and insert the addresses replacing // the all-0's placeholder. // forwarders { @@ -22,8 +22,7 @@ options { auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; - query-source-v6 address 2a03:2267::101; + include "/etc/bind/named.conf.options.local"; # edns-udp-size 512; # max-udp-size 512; }; -