diff options
Diffstat (limited to 'test/dnszones-src/db.test.ex')
-rw-r--r-- | test/dnszones-src/db.test.ex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/dnszones-src/db.test.ex b/test/dnszones-src/db.test.ex index 843a35b09..c65baa470 100644 --- a/test/dnszones-src/db.test.ex +++ b/test/dnszones-src/db.test.ex @@ -78,7 +78,7 @@ v6 AAAA V6NET:ffff:836f:0a00:000a:0800:200a:c032 ; Alias A and CNAME records for the local host, under the name "eximtesthost" -eximtesthost A HOSTIPV4 +DNSSEC eximtesthost A HOSTIPV4 alias-eximtesthost CNAME eximtesthost.test.ex. ; A bad CNAME @@ -186,6 +186,8 @@ recurse.test.ex A V4NET.99.0.2 ; -------- Testing MX records -------- +DNSSEC mxplain MX 1 eximtesthost. + mxcased MX 5 ten-99.TEST.EX. ; Points to a host with both A and AAAA |