From d55bd3fc79d319af1c05680cab1bcf79f52bf5cf Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 18 Aug 2019 16:44:35 +0000 Subject: init --- named.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 named.conf (limited to 'named.conf') diff --git a/named.conf b/named.conf new file mode 100644 index 0000000..4b6f450 --- /dev/null +++ b/named.conf @@ -0,0 +1,14 @@ +// This is the primary configuration file for the BIND DNS server named. +// +// Please read /usr/share/doc/bind9/README.Debian.gz for information on the +// structure of BIND configuration files in Debian, *BEFORE* you customize +// this configuration file. +// +// If you are just adding zones, please do that in /etc/bind/named.conf.local + +include "/etc/bind/named.conf.options"; +include "/etc/bind/named.conf.local"; +include "/etc/bind/named.conf.default-zones"; +include "/etc/bind/named.conf.slave"; +include "/etc/bind/named.conf.tilde"; +include "/etc/bind/named.conf.mydomains"; -- cgit 1.4.1