add as4242422002.dn42, try to improve zone transfer speeds
This commit is contained in:
parent
1c3083f514
commit
ff9e8c63e2
2 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,7 @@ options {
|
|||
"d.f.ip6.arpa";
|
||||
};
|
||||
empty-zones-enable no;
|
||||
ixfr-from-differences yes;
|
||||
{% if inventory_hostname == 'us1.routers.9pfs.dn42' %}
|
||||
notify-source-v6 fd32:6b0:70a6:53::ffff;
|
||||
{% else %}
|
||||
|
|
|
@ -18,6 +18,14 @@ zone "9pfs.dn42" IN {
|
|||
inline-signing yes;
|
||||
};
|
||||
|
||||
zone "as4242422002.dn42" IN {
|
||||
type primary;
|
||||
file "as4242422002.dn42.zone";
|
||||
{% include 'notify-list.j2' %}
|
||||
dnssec-policy default;
|
||||
inline-signing yes;
|
||||
};
|
||||
|
||||
zone "myip.dn42" IN {
|
||||
type secondary;
|
||||
file "myip.dn42.zone";
|
||||
|
|
Loading…
Reference in a new issue