We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87848e9 commit ea3d877Copy full SHA for ea3d877
run-tests.sh
@@ -12,6 +12,8 @@ function test_record()
12
fi
13
}
14
15
+printf "server bind\nzone example.com\nupdate delete myhost.example.com A\nupdate delete myhost.example.com AAAA\nsend" | nsupdate
16
+
17
curl -s "http://app/?hostname=myhost.example.com&myip=1.2.3.4" -u myuser:mypassword
18
test_record A "1.2.3.4"
19
test_record AAAA ""
0 commit comments