We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b336c92 commit 0eb89e1Copy full SHA for 0eb89e1
doc/ChangeLog
@@ -4,6 +4,7 @@
4
- Test for the multiple transfer failure, xfr_over_notify.
5
- Fix read of ixfr file with rdata subdomain.
6
- Test for the ixfr rdata subdomain, ixfrout_deldomain.
7
+ - Fix note in ixfrout_deldomain test.
8
9
25 March 2025: Wouter
10
- Fix to please sanitizer for ixfr store of data in cancelled state.
tpkg/ixfrout_deldomain.tdir/ixfrout_deldomain.test
@@ -5,7 +5,7 @@
[ -f .tpkg.var.test ] && source .tpkg.var.test
. ../common.sh
-# At the start the serial is 1.
+# See if the server is running.
dig -4 @127.0.0.1 -p $NSD_PORT example.com SOA | tee output
if grep "3 3600" output; then
11
echo "OK"
0 commit comments