]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix error in test zone that auth-45 does not like 11400/head
authorOtto <otto.moerbeek@open-xchange.com>
Mon, 29 Nov 2021 13:48:09 +0000 (14:48 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 8 Mar 2022 08:05:07 +0000 (09:05 +0100)
(cherry picked from commit f1f41a8aa9299a4d8bf369c4fc0cb611f5b979cd)

regression-tests.recursor/config.sh

index 276311b2ea11a31d9abcc4836b43ed458a795bed..35a7dbab300b9e5c2457403abb6ae478a85ec6c4 100755 (executable)
@@ -132,7 +132,7 @@ cat > $PREFIX.12/arthur.example.net.zone <<EOF
 arthur.example.net.      3600 IN SOA $SOA
 arthur.example.net.      3600 IN NS  ns.arthur.example.net.
 arthur.example.net.      3600 IN NS  ns2.arthur.example.net.
-arthur.example.net.      3600 IN MX  mail.arthur.example.net.
+arthur.example.net.      3600 IN MX  10 mail.arthur.example.net.
 ns.arthur.example.net.   3600 IN A   $PREFIX.12
 ns2.arthur.example.net.  3600 IN A   $PREFIX.13
 www.arthur.example.net.  3600 IN A   192.0.2.2