]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
revert to legacy in recursor tests, they use an old release for testing
authorKees Monshouwer <mind04@monshouwer.org>
Thu, 13 Jul 2023 10:46:17 +0000 (12:46 +0200)
committermind04 <mind04@monshouwer.org>
Mon, 16 Oct 2023 21:42:33 +0000 (23:42 +0200)
regression-tests.recursor-dnssec/recursortests.py
regression-tests.recursor/config.sh

index 93e68cc210dd2282337c68bd33b8340ba120f720..c19426965e0b892733af3bd26912b31667576584 100644 (file)
@@ -474,7 +474,7 @@ options {
 
                 namedconf.write("""
         zone "%s" {
-            type primary;
+            type master;
             file "%s.zone";
         };""" % (zone, zonename))
 
index 0e40c321542e6e086a4df951915b4ce491aad6b4..480f1dd9ffa8682dc32870d234d83b82a7c3df9b 100755 (executable)
@@ -541,7 +541,7 @@ EOF
         fi
         cat >> $dir/named.conf <<EOF
 zone "$realzone"{
-    type primary;
+    type master;
     file "./$zone.zone";
 };
 EOF