Hello.
I can’t find a way to configure all zones files as wildcard.
As example i have some configuration with 1000 zones and the list file is big:
zone "example1.org" {type master; file "/etc/bind/zones/example1.org.db";};
zone "example2.org" {type master; file "/etc/bind/zones/example2.org.db";};
zone "example3.org" {type master; file "/etc/bind/zones/example3.org.db";};
...
Is it possible to use a mask just with one entry, so this will be automatically?
As example so:
zone "*" {type master; file "/etc/bind/zones/*.db";};
-- 
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