瀏覽代碼

fix default configuration (order is important)

Ralf S. Engelschall 20 年之前
父節點
當前提交
95e03c8ce5
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      pdnsd/pdnsd.conf
  2. 1 1
      pdnsd/pdnsd.spec

+ 2 - 2
pdnsd/pdnsd.conf

@@ -42,16 +42,16 @@ neg {
 
 rr {
     ttl=86400;
-    owner="localhost.";
     name="localhost.";
+    owner="localhost.";
     a="127.0.0.1";
     soa="localhost.","root.localhost.",42,86400,900,86400,86400;
 }
 
 rr {
     ttl=86400;
-    owner="localhost.";
     name="1.0.0.127.in-addr.arpa.";
+    owner="localhost.";
     ptr="localhost.";
     soa="localhost.","root.localhost.",42,86400,900,86400,86400;
 }

+ 1 - 1
pdnsd/pdnsd.spec

@@ -33,7 +33,7 @@ Class:        EVAL
 Group:        DNS
 License:      GPL
 Version:      1.2.3
-Release:      20050711
+Release:      20050715
 
 #   list of sources
 Source0:      http://www.phys.uu.nl/~rombouts/pdnsd/releases/pdnsd-%{version}-par.tar.gz