From c0ed0a948fd574208a44b2cfb5f944cf45efca29 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 1 Jan 2024 20:23:23 -0500 Subject: first dns setup checkpoint --- roles/dnscommon/files/named.conf.options | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roles/dnscommon/files/named.conf.options (limited to 'roles/dnscommon/files/named.conf.options') diff --git a/roles/dnscommon/files/named.conf.options b/roles/dnscommon/files/named.conf.options new file mode 100644 index 0000000..c788257 --- /dev/null +++ b/roles/dnscommon/files/named.conf.options @@ -0,0 +1,12 @@ +options { + directory "/var/cache/bind"; + + recursion no; + allow-transfer { none; }; + + allow-query { any; }; + + auth-nxdomain no; # conform to RFC1035 + + listen-on-v6 { any; }; +}; -- cgit v1.2.3-70-g09d2