aboutsummaryrefslogtreecommitdiff
path: root/contrib/bind/conf/workstation/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/conf/workstation/named.conf')
-rw-r--r--contrib/bind/conf/workstation/named.conf36
1 files changed, 0 insertions, 36 deletions
diff --git a/contrib/bind/conf/workstation/named.conf b/contrib/bind/conf/workstation/named.conf
deleted file mode 100644
index 24c0c51ca95f..000000000000
--- a/contrib/bind/conf/workstation/named.conf
+++ /dev/null
@@ -1,36 +0,0 @@
-options {
- directory "/var/named";
-};
-
-zone "." {
- type hint;
- file "root.cache";
-};
-
-zone "localhost" {
- type master;
- file "pri/localhost";
-};
-
-zone "0.0.127.in-addr.arpa" {
- type master;
- file "pri/127.0.0";
-};
-
-zone "rc.vix.com" {
- type stub;
- file "stub/rc.vix.com";
- masters { 204.152.187.21; };
-};
-
-zone "186.152.204.in-addr.arpa" {
- type stub;
- file "stub/204.152.186";
- masters { 204.152.187.21; };
-};
-
-zone "187.152.204.in-addr.arpa" {
- type stub;
- file "stub/204.152.187";
- masters { 204.152.187.21; };
-};