Test that validation of ANY queries works. Also add data to be used for

CNAME/DNAME tests, but not the tests yet since they fail.
This commit is contained in:
Brian Wellington
2001-02-20 18:33:50 +00:00
parent c44ab73a0f
commit a41ab607a4
2 changed files with 33 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
; $Id: example.db.in,v 1.7 2001/01/09 21:42:50 bwelling Exp $
; $Id: example.db.in,v 1.8 2001/02/20 18:33:50 bwelling Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
@@ -32,6 +32,24 @@ a A 10.0.0.1
b A 10.0.0.2
d A 10.0.0.4
; Used for testing ANY queries
foo TXT "testing"
foo A 10.0.1.0
; Used for testing CNAME queries
cname1 CNAME cname1-target
cname1-target TXT "testing cname"
cname2 CNAME cname2-target
cname2-target TXT "testing cname"
; Used for testing DNAME queries
dname1 DNAME dname1-target
foo.dname1-target TXT "testing dname"
dname2 DNAME dname2-target
foo.dname2-target TXT "testing dname"
; A secure subdomain
secure NS ns.secure
ns.secure A 10.53.0.3