Skip to content
Snippets Groups Projects

Kind of Security: Bind9 should not tell its version into public

Merged Alex von Firesplash requested to merge darkalex/ispconfig3:dns-security into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -22,6 +22,8 @@ options {
dnssec-validation yes;
dnssec-lookaside auto;
version "DNS managed by ISPConfig";
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};
Loading