Add demo TXT record.

This commit is contained in:
Tony Garnock-Jones 2011-10-31 17:35:57 -04:00
parent 18ca049ec3
commit 212455442a
1 changed files with 1 additions and 0 deletions

View File

@ -289,5 +289,6 @@
(rr '(#"example") 'mx 'in 30 (mx 10 '(#"subns" #"example")))
(rr '(#"google" #"example") 'cname 'in 30 '(#"www" #"google" #"com"))
(rr '(#"ns" #"example") 'a 'in 30 '#(127 0 0 1))
(rr '(#"hello" #"example") 'txt 'in 30 '(#"Hello CRASH"))
(rr '(#"subzone" #"example") 'ns 'in 30 '(#"subns" #"example"))
(rr '(#"subns" #"example") 'a 'in 30 '#(127 0 0 2))))