]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix error in test zone that auth-45 does not like 11044/head
authorOtto <otto.moerbeek@open-xchange.com>
Mon, 29 Nov 2021 13:48:09 +0000 (14:48 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Mon, 29 Nov 2021 14:29:03 +0000 (15:29 +0100)
regression-tests.recursor/config.sh

index aee61bcb22a757dc99018fabb051755626c48120..480f1dd9ffa8682dc32870d234d83b82a7c3df9b 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