From 2d283340a43fdda4dfc8d4ad683e38b9abb55b5a Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 24 Feb 2017 17:19:39 +0100 Subject: [PATCH] add actual wildcard cname to test zone --- regression-tests.recursor/config.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2