diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-10 12:31:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-10 12:31:21 +0100 |
commit | b4161d10ee4c4eb7fd61224d827cc89726e2d8f8 (patch) | |
tree | 7f4176233a67f97f12129f6d7e17bec7b5438524 /test/dnszones-src | |
parent | 4d4c2a9bc67a4cb368703cc26fbc520e7428a428 (diff) |
Add support in the fakens utility for TLSA records
Diffstat (limited to 'test/dnszones-src')
-rw-r--r-- | test/dnszones-src/db.test.ex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dnszones-src/db.test.ex b/test/dnszones-src/db.test.ex index c65baa470..bd334918b 100644 --- a/test/dnszones-src/db.test.ex +++ b/test/dnszones-src/db.test.ex @@ -77,10 +77,13 @@ badloop A V4NET.0.0.1 v6 AAAA V6NET:ffff:836f:0a00:000a:0800:200a:c032 ; Alias A and CNAME records for the local host, under the name "eximtesthost" +; Make the A covered by DNSSEC and add a TLSA for it. DNSSEC eximtesthost A HOSTIPV4 alias-eximtesthost CNAME eximtesthost.test.ex. +DNSSEC _1225._tcp.eximtesthost TLSA 3 1 2 f000baaa + ; A bad CNAME badcname CNAME rhubarb.test.ex. |