From: bert hubert Date: Fri, 24 Feb 2017 16:19:39 +0000 (+0100) Subject: add actual wildcard cname to test zone X-Git-Tag: rec-4.1.0-alpha1~248^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5063%2Fhead;p=thirdparty%2Fpdns.git add actual wildcard cname to test zone --- diff --git a/regression-tests.recursor/config.sh b/regression-tests.recursor/config.sh index d7713360d0..2cfd2acd1d 100755 --- a/regression-tests.recursor/config.sh +++ b/regression-tests.recursor/config.sh @@ -438,6 +438,7 @@ 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 $PREFIX.23 +*.something.auth-zone.example.net. 20 IN CNAME host1.auth-zone.example.net. EOF mkdir $PREFIX.24