Disable version information in bind9

This commit is contained in:
Daniel Winzen
2021-10-01 22:54:35 +02:00
parent 89669299e9
commit 9ddb93d3a0

View File

@ -22,6 +22,6 @@ options {
listen-on-v6 port 53 { ::1; };
listen-on port 53 { 127.0.0.1; };
recursion yes;
version none;
validate-except {"onion";};
};