From 2da0be9d5e3e7bd91c145031a0bc238a010a9e97 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 24 Aug 2007 01:57:54 +0000 Subject: r24640: Add a suggested BIND configuration snippit, to help with DNS configuration. When we sort out GSS-TSIG on the server, we can expand this to have the 'right stuff'. Andrew Bartlett (This used to be commit 8f02ade1b2cc164f64f4ea8a371c107ccf6a81b3) --- source4/setup/named.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source4/setup/named.conf (limited to 'source4/setup/named.conf') diff --git a/source4/setup/named.conf b/source4/setup/named.conf new file mode 100644 index 0000000000..56bb3e0f35 --- /dev/null +++ b/source4/setup/named.conf @@ -0,0 +1,10 @@ +# +# Insert this snippit into your named.conf or bind.conf to configure +# the BIND nameserver. +# + +zone "${DNSDOMAIN}." IN { + type master; + file "${DNSDOMAIN}.zone"; +}; + -- cgit