summary refs log tree commit diff
path: root/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'named.conf')
-rw-r--r--named.conf14
1 files changed, 14 insertions, 0 deletions
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";