From: bert hubert Date: Mon, 6 Jun 2016 19:21:50 +0000 (+0200) Subject: add two records to test zone for recursor X-Git-Tag: rec-4.0.0-rc1~5^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2b7e6fb1c21fc9ecedd44fadb2879165607c58;p=thirdparty%2Fpdns.git add two records to test zone for recursor --- diff --git a/regression-tests.recursor/config.sh b/regression-tests.recursor/config.sh index 428893cd2c..2c7529d10b 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