Re: Keeping dynamic and static zone data separated

2018-01-03 Thread Matthias Pigulla
Tony Finch wrote: > Best solution is to put the dynamic stuff in a subdomain so it can be in >a > separate zone. Unfortunately, I need to have a final result of dynamic-rr.myzone.tld and static-rr.myzone.tld, that is, both need to go together. Is there any way to import and/or alias a subdomain/

Keeping dynamic and static zone data separated

2018-01-03 Thread Matthias Pigulla
Dear bind-users, I am running a zone with dynamic updates, but will also need to add "static" RRs. My first attempt was to use /etc/bind/db.myzone for the SOA and static RRs. Then, use something like /var/lib/bind/db.myzone as the zone file and $INCLUDE /etc/bind/db.myzone from there. I was hop