Is it possible to default add the following line into the zone template?
allow-query { any; }; allow-update { none; };
This way, only domains hosted on the server can be queried. Your DNS will not be an open DNS server, only for the domains it hosts.
The option "query-source address * port 53;" has to be excluded.
If somebody knows some security issues with this, please reply.
allow-query { any; }; allow-update { none; };
This way, only domains hosted on the server can be queried. Your DNS will not be an open DNS server, only for the domains it hosts.
The option "query-source address * port 53;" has to be excluded.
If somebody knows some security issues with this, please reply.