From 5c2b7e6fb1c21fc9ecedd44fadb2879165607c58 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 6 Jun 2016 21:21:50 +0200 Subject: [PATCH] add two records to test zone for recursor --- regression-tests.recursor/config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-tests.recursor/config.sh b/regression-tests.recursor/config.sh index 428893cd2..2c7529d10 100755 --- a/regression-tests.recursor/config.sh +++ b/regression-tests.recursor/config.sh @@ -423,6 +423,8 @@ host2.auth-zone.example.net. 20 IN CNAME host1.another-auth-zone.example.net. host3.auth-zone.example.net. 20 IN CNAME host1.not-auth-zone.example.net. *.wild.auth-zone.example.net. 3600 IN TXT "Hi there!" +france.auth-zone.example.net 20 IN NS ns1.auth-zone.example.net. +ns1.auth-zone.example.net. 20 IN A 10.0.3.19 EOF mkdir $PREFIX.24 -- 2.40.0