Lokale Adressoptionen nach named.conf.options.local geschoben

This commit is contained in:
Alexander Dietrich 2017-07-01 15:07:01 +02:00
parent fd98251ae4
commit 4b66998471
2 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ db*
/slave/ffa.zone
/zones.rfc1918
/icvpn.conf
/named.conf.options.local
#ausser...
!named.conf

View file

@ -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;
};