mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-29 19:09:36 -05:00
- Fix unit test zonemd_reload for use in run_vm.
This commit is contained in:
parent
822a96b29a
commit
77fdd8836d
3 changed files with 5 additions and 4 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
- Fix readzone compile under debug config.
|
- Fix readzone compile under debug config.
|
||||||
- Fix out of sourcedir run of zonemd unit tests.
|
- Fix out of sourcedir run of zonemd unit tests.
|
||||||
- Fix libnettle zonemd unit test.
|
- Fix libnettle zonemd unit test.
|
||||||
|
- Fix unit test zonemd_reload for use in run_vm.
|
||||||
|
|
||||||
3 August 2021: George
|
3 August 2021: George
|
||||||
- Listen to read or write events after the SSL handshake.
|
- Listen to read or write events after the SSL handshake.
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ echo "> cat logfiles"
|
||||||
cat fwd.log
|
cat fwd.log
|
||||||
cat unbound.log
|
cat unbound.log
|
||||||
echo "> check answer"
|
echo "> check answer"
|
||||||
if grep www.example.com outfile | grep "127.0.0.1"; then
|
if grep www.example.com outfile | grep "192.0.2.1"; then
|
||||||
echo "OK"
|
echo "OK"
|
||||||
else
|
else
|
||||||
echo "Not OK"
|
echo "Not OK"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
example.com. IN SOA ns.example.com. hostmaster.example.com. 200154054 28800 7200 604800 3600
|
example.com. IN SOA ns.example.com. hostmaster.example.com. 200154054 28800 7200 604800 3600
|
||||||
example.com. IN NS ns.example.com.
|
example.com. IN NS ns.example.com.
|
||||||
example.com. IN ZONEMD 200154054 1 2 EFAA5B78B38AB1C45DE57B8167BCCE906451D0E72118E1F5E80B5F0C3CF04BFFC65D53C011185528EAD439D6F3A02F511961E090E5E4E0DFA013BD276D728B22
|
example.com. IN ZONEMD 200154054 1 2 D207FBBD1403DC8FDDC0159AB1F4B4C54A2FEB814E5CB1E82841C51D1372E78E4F6C75F7A9D710CC78C54E2DB3B92D07C72990644F93E1C44AC356EACA3980C5
|
||||||
www.example.com. IN A 127.0.0.1
|
www.example.com. IN A 192.0.2.1
|
||||||
ns.example.com. IN A 127.0.0.1
|
ns.example.com. IN A 192.0.2.1
|
||||||
bar.example.com. IN A 1.2.3.4
|
bar.example.com. IN A 1.2.3.4
|
||||||
ding.example.com. IN A 1.2.3.4
|
ding.example.com. IN A 1.2.3.4
|
||||||
foo.example.com. IN A 1.2.3.4
|
foo.example.com. IN A 1.2.3.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue