Lokale Adressoptionen nach named.conf.options.local geschoben
This commit is contained in:
parent
fd98251ae4
commit
4b66998471
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,6 +7,7 @@ db*
|
||||||
/slave/ffa.zone
|
/slave/ffa.zone
|
||||||
/zones.rfc1918
|
/zones.rfc1918
|
||||||
/icvpn.conf
|
/icvpn.conf
|
||||||
|
/named.conf.options.local
|
||||||
|
|
||||||
#ausser...
|
#ausser...
|
||||||
!named.conf
|
!named.conf
|
||||||
|
|
|
@ -5,9 +5,9 @@ options {
|
||||||
// to talk to, you may need to fix the firewall to allow multiple
|
// 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
|
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
|
||||||
|
|
||||||
// If your ISP provided one or more IP addresses for stable
|
// If your ISP provided one or more IP addresses for stable
|
||||||
// nameservers, you probably want to use them as forwarders.
|
// nameservers, you probably want to use them as forwarders.
|
||||||
// Uncomment the following block, and insert the addresses replacing
|
// Uncomment the following block, and insert the addresses replacing
|
||||||
// the all-0's placeholder.
|
// the all-0's placeholder.
|
||||||
|
|
||||||
// forwarders {
|
// forwarders {
|
||||||
|
@ -22,8 +22,7 @@ options {
|
||||||
|
|
||||||
auth-nxdomain no; # conform to RFC1035
|
auth-nxdomain no; # conform to RFC1035
|
||||||
listen-on-v6 { any; };
|
listen-on-v6 { any; };
|
||||||
query-source-v6 address 2a03:2267::101;
|
include "/etc/bind/named.conf.options.local";
|
||||||
# edns-udp-size 512;
|
# edns-udp-size 512;
|
||||||
# max-udp-size 512;
|
# max-udp-size 512;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue