On 6/26/21 7:31 PM, ToddAndMargo via bind-users wrote:
On 6/24/21 9:00 PM, ToddAndMargo via bind-users wrote:
The goal is to have bind-chroot do its thing

mount --bind

https://bugzilla.redhat.com/show_bug.cgi?id=1972022#c3

It is not occurring on my zone files.  Is it suppose to?


I have moved my zone fines to /var/named

Mount bind still does not get them.  I had to
manually copy them over.


zone "abc.local" {
        type master;
        # file "/var/named/chroot/var/named/abc.hosts";
        file "abc.hosts";
        allow-update { key DHCP_UPDATER; };
#       allow-update { 127.0.0.1; };
};

zone "255.168.192.in-addr.arpa" {
        type master;
        # file "/var/named/chroot/var/named/abc.hosts.rev";
        file "abc.hosts.rev";
        allow-update { key DHCP_UPDATER; };
#       allow-update { 127.0.0.1; };
};

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to