aboutsummaryrefslogtreecommitdiff
path: root/contrib/bind/conf/workstation
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/conf/workstation')
-rw-r--r--contrib/bind/conf/workstation/named.conf36
-rw-r--r--contrib/bind/conf/workstation/pri/127.0.012
-rw-r--r--contrib/bind/conf/workstation/pri/localhost12
-rw-r--r--contrib/bind/conf/workstation/root.cache45
-rw-r--r--contrib/bind/conf/workstation/stub/README1
5 files changed, 0 insertions, 106 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; };
-};
diff --git a/contrib/bind/conf/workstation/pri/127.0.0 b/contrib/bind/conf/workstation/pri/127.0.0
deleted file mode 100644
index 3525050064ef..000000000000
--- a/contrib/bind/conf/workstation/pri/127.0.0
+++ /dev/null
@@ -1,12 +0,0 @@
-; 0.0.127.in-addr.arpa
-$TTL 3600
-@ in soa localhost. postmaster.localhost. (
- 1993050801 ;serial
- 3600 ;refresh
- 1800 ;retry
- 604800 ;expiration
- 3600 ) ;minimum
-
- ns localhost.
-
-1 ptr localhost.
diff --git a/contrib/bind/conf/workstation/pri/localhost b/contrib/bind/conf/workstation/pri/localhost
deleted file mode 100644
index b104be869413..000000000000
--- a/contrib/bind/conf/workstation/pri/localhost
+++ /dev/null
@@ -1,12 +0,0 @@
-; localhost.
-$TTL 3600
-@ in soa localhost. postmaster.localhost. (
- 1993050801 ;serial
- 3600 ;refresh
- 1800 ;retry
- 604800 ;expiration
- 3600 ) ;minimum
-
- ns localhost.
-
- a 127.0.0.1
diff --git a/contrib/bind/conf/workstation/root.cache b/contrib/bind/conf/workstation/root.cache
deleted file mode 100644
index a8cbfe9e1f96..000000000000
--- a/contrib/bind/conf/workstation/root.cache
+++ /dev/null
@@ -1,45 +0,0 @@
-
-; <<>> DiG 8.2 <<>> @f.root-servers.net . ns
-; (1 server found)
-;; res options: init recurs defnam dnsrch
-;; got answer:
-;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10
-;; flags: qr aa rd; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 13
-;; QUERY SECTION:
-;; ., type = NS, class = IN
-
-;; ANSWER SECTION:
-. 6D IN NS G.ROOT-SERVERS.NET.
-. 6D IN NS J.ROOT-SERVERS.NET.
-. 6D IN NS K.ROOT-SERVERS.NET.
-. 6D IN NS L.ROOT-SERVERS.NET.
-. 6D IN NS M.ROOT-SERVERS.NET.
-. 6D IN NS A.ROOT-SERVERS.NET.
-. 6D IN NS H.ROOT-SERVERS.NET.
-. 6D IN NS B.ROOT-SERVERS.NET.
-. 6D IN NS C.ROOT-SERVERS.NET.
-. 6D IN NS D.ROOT-SERVERS.NET.
-. 6D IN NS E.ROOT-SERVERS.NET.
-. 6D IN NS I.ROOT-SERVERS.NET.
-. 6D IN NS F.ROOT-SERVERS.NET.
-
-;; ADDITIONAL SECTION:
-G.ROOT-SERVERS.NET. 5w6d16h IN A 192.112.36.4
-J.ROOT-SERVERS.NET. 5w6d16h IN A 198.41.0.10
-K.ROOT-SERVERS.NET. 5w6d16h IN A 193.0.14.129
-L.ROOT-SERVERS.NET. 5w6d16h IN A 198.32.64.12
-M.ROOT-SERVERS.NET. 5w6d16h IN A 202.12.27.33
-A.ROOT-SERVERS.NET. 5w6d16h IN A 198.41.0.4
-H.ROOT-SERVERS.NET. 5w6d16h IN A 128.63.2.53
-B.ROOT-SERVERS.NET. 5w6d16h IN A 128.9.0.107
-C.ROOT-SERVERS.NET. 5w6d16h IN A 192.33.4.12
-D.ROOT-SERVERS.NET. 5w6d16h IN A 128.8.10.90
-E.ROOT-SERVERS.NET. 5w6d16h IN A 192.203.230.10
-I.ROOT-SERVERS.NET. 5w6d16h IN A 192.36.148.17
-F.ROOT-SERVERS.NET. 5w6d16h IN A 192.5.5.241
-
-;; Total query time: 10 msec
-;; FROM: power.rc.vix.com to SERVER: f.root-servers.net 192.5.5.241
-;; WHEN: Thu Jun 3 14:55:57 1999
-;; MSG SIZE sent: 17 rcvd: 436
-
diff --git a/contrib/bind/conf/workstation/stub/README b/contrib/bind/conf/workstation/stub/README
deleted file mode 100644
index 3e53a2e76212..000000000000
--- a/contrib/bind/conf/workstation/stub/README
+++ /dev/null
@@ -1 +0,0 @@
-this file is only here so that cvs will let the directory exist