Quellcode durchsuchen

match named.conf address for rndc; update hint file

Ralf S. Engelschall vor 23 Jahren
Ursprung
Commit
a9d35b09b1
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      bind/bind.spec
  2. 1 1
      bind/db.root
  3. 1 1
      bind/rndc.conf

+ 1 - 1
bind/bind.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        DNS
 License:      ISC
 Version:      9.2.1
-Release:      20020820
+Release:      20021025
 
 #   list of sources
 Source0:      ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.gz

+ 1 - 1
bind/db.root

@@ -1,6 +1,6 @@
 ;;
 ;;  db.root -- Internet Root Nameservers
-;;  DO NOT EDIT, IT WAS AUTOMATICALLY CREATED ON 2002-02-26 BY db.root.sh!
+;;  DO NOT EDIT, IT WAS AUTOMATICALLY CREATED ON 2002-10-25 BY db.root.sh!
 ;;
 
 .                    99999999  IN  NS  A.ROOT-SERVERS.NET.

+ 1 - 1
bind/rndc.conf

@@ -3,7 +3,7 @@
 ##
 
 options {
-    default-server localhost;
+    default-server 127.0.0.1;
     default-port 953;
     default-key "rndc-key";
 };