From b7cf9da137e73155bd0670e8b7837d0e9215fa79 Mon Sep 17 00:00:00 2001
From: Daniel Winzen <daniel@danwin1210.me>
Date: Fri, 1 Oct 2021 23:13:41 +0200
Subject: [PATCH] Disable hostname information in bind9

---
 etc/bind/named.conf.options | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/bind/named.conf.options b/etc/bind/named.conf.options
index 87522f5..652eee1 100644
--- a/etc/bind/named.conf.options
+++ b/etc/bind/named.conf.options
@@ -23,5 +23,6 @@ options {
 	listen-on-v6 port 53 { ::1; };
 	listen-on port 53 { 127.0.0.1; };
 	version none;
+	hostname none;
 	validate-except {"onion";};
 };