Disable hostname information in bind9
This commit is contained in:
@ -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";};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user