Disable hostname information in bind9

This commit is contained in:
Daniel Winzen
2021-10-01 23:13:41 +02:00
parent 9ddb93d3a0
commit b7cf9da137

View File

@ -23,5 +23,6 @@ options {
listen-on-v6 port 53 { ::1; }; listen-on-v6 port 53 { ::1; };
listen-on port 53 { 127.0.0.1; }; listen-on port 53 { 127.0.0.1; };
version none; version none;
hostname none;
validate-except {"onion";}; validate-except {"onion";};
}; };