diff --git a/contrib/bind/conf/recursive/keep-running b/contrib/bind/conf/recursive/keep-running deleted file mode 100755 index 3261c5ced166..000000000000 --- a/contrib/bind/conf/recursive/keep-running +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -trap "" 1 -sleep 60 -while :; do - /usr/sbin/named -f >> /var/log/named 2>&1 < /dev/null - /usr/ucb/logger -p emerg "named restart" - sleep 32 -done - -exit diff --git a/contrib/bind/conf/recursive/named-res1.conf b/contrib/bind/conf/recursive/named-res1.conf deleted file mode 100644 index 40bce4dff943..000000000000 --- a/contrib/bind/conf/recursive/named-res1.conf +++ /dev/null @@ -1,57 +0,0 @@ -options { - directory "/var/named"; - listen-on { 204.152.184.67; 127.0.0.1; }; - query-source address 204.152.184.67 port 53; - pid-file "/var/run/named-res1.pid"; -}; - -controls { - unix "/var/run/ndc-res1" perm 0600 owner 0 group 0; -}; - -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 "pa.vix.com" { - type stub; - file "stub/pa.vix.com"; - masters { 204.152.184.64; }; -}; - -zone "184.152.204.in-addr.arpa" { - type stub; - file "stub/204.152.184"; - masters { 204.152.184.64; }; -}; - -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; }; -}; - -include "named.conf.rfc1918-stubs"; diff --git a/contrib/bind/conf/recursive/named.conf.rfc1918-stubs b/contrib/bind/conf/recursive/named.conf.rfc1918-stubs deleted file mode 100644 index 28b3a703f4be..000000000000 --- a/contrib/bind/conf/recursive/named.conf.rfc1918-stubs +++ /dev/null @@ -1,174 +0,0 @@ -acl rfc1918_query { - 10.0.0.0/8 ; - 127.0.0.1 ; - 172.16.0.0/12 ; - 192.168.0.0/16 ; - 204.152.184.0/21 ; -} ; - -acl rfc1918_transfer { - rfc1918_query ; -} ; - -// RFC 1918 zones -// -zone "10.in-addr.arpa" { - type stub ; - file "stub/10" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "16.172.in-addr.arpa" { - type stub ; - file "stub/172.16" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "17.172.in-addr.arpa" { - type stub ; - file "stub/172.17" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "18.172.in-addr.arpa" { - type stub ; - file "stub/172.18" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "19.172.in-addr.arpa" { - type stub ; - file "stub/172.19" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "20.172.in-addr.arpa" { - type stub ; - file "stub/172.20" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "21.172.in-addr.arpa" { - type stub ; - file "stub/172.21" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "22.172.in-addr.arpa" { - type stub ; - file "stub/172.22" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "23.172.in-addr.arpa" { - type stub ; - file "stub/172.23" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "24.172.in-addr.arpa" { - type stub ; - file "stub/172.24" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "25.172.in-addr.arpa" { - type stub ; - file "stub/172.25" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "26.172.in-addr.arpa" { - type stub ; - file "stub/172.26" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "27.172.in-addr.arpa" { - type stub ; - file "stub/172.27" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "28.172.in-addr.arpa" { - type stub ; - file "stub/172.28" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "29.172.in-addr.arpa" { - type stub ; - file "stub/172.29" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "30.172.in-addr.arpa" { - type stub ; - file "stub/172.30" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "31.172.in-addr.arpa" { - type stub ; - file "stub/172.31" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "168.192.in-addr.arpa" { - type stub ; - file "stub/192.168" ; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -} ; - -zone "local.isc.org" { - type stub; - file "stub/local.isc.org"; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -}; - -zone "local.mibh.net" { - type stub; - file "stub/local.mibh.net"; - masters {204.152.184.64; }; - allow-query { rfc1918_query ; } ; - allow-transfer { rfc1918_transfer ; } ; -}; - diff --git a/contrib/bind/conf/recursive/pri/127.0.0 b/contrib/bind/conf/recursive/pri/127.0.0 deleted file mode 100644 index 3525050064ef..000000000000 --- a/contrib/bind/conf/recursive/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/recursive/pri/localhost b/contrib/bind/conf/recursive/pri/localhost deleted file mode 100644 index b104be869413..000000000000 --- a/contrib/bind/conf/recursive/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/recursive/root.cache b/contrib/bind/conf/recursive/root.cache deleted file mode 100644 index a8cbfe9e1f96..000000000000 --- a/contrib/bind/conf/recursive/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/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