[bind] Configure transfert and hide version
parent
c66f2b36af
commit
04588f0c18
|
@ -23,4 +23,13 @@ options {
|
|||
dnssec-validation auto;
|
||||
|
||||
listen-on-v6 { any; };
|
||||
|
||||
// Disable recursion on authoritative DNS server
|
||||
recursion no;
|
||||
|
||||
// Disallow zone transfert by default
|
||||
allow-transfer { none; };
|
||||
|
||||
// Hide version from clients
|
||||
version "not currently available";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue