summaryrefslogtreecommitdiffstats
path: root/host_setup/etc/bind/named.conf.local
diff options
context:
space:
mode:
Diffstat (limited to 'host_setup/etc/bind/named.conf.local')
-rw-r--r--host_setup/etc/bind/named.conf.local23
1 files changed, 0 insertions, 23 deletions
diff --git a/host_setup/etc/bind/named.conf.local b/host_setup/etc/bind/named.conf.local
deleted file mode 100644
index 7c0368b..0000000
--- a/host_setup/etc/bind/named.conf.local
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// Do any local configuration here
-//
-
-// Consider adding the 1918 zones here, if they are not used in your
-// organization
-//include "/etc/bind/zones.rfc1918";
-
-
-// point these to the windows domain controller for your virtual cluster
-zone "example.com" IN {
- type forward;
- forwarders {
- 10.0.0.100;
- };
-};
-
-zone "0.10.in-addr.arpa" {
- type forward;
- forwarders {
- 10.0.0.100;
- };
-};