[bind] Configure transfert and hide version

certbot_on_virtu
Alexandre Iooss 2020-04-27 00:42:22 +02:00
parent c66f2b36af
commit 04588f0c18
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 9 additions and 0 deletions

View File

@ -23,4 +23,13 @@ options {
dnssec-validation auto; dnssec-validation auto;
listen-on-v6 { any; }; 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";
}; };