From e32403119562d59d30ae5054a31da777d528cb2d Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 4 May 2020 10:55:39 -0700 Subject: Improve TXT records in example zone. This zone was copied from a zone file in BIND long ago. BIND contains both sample zone files and a script to generate sample zone files, but the committed files appear to have been generated by a broken version of the script. This updates the TXT records to what the script would have generated, which is far more complete. --- tests/example2.good | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/example2.good') diff --git a/tests/example2.good b/tests/example2.good index 65efdbf..df0fed6 100644 --- a/tests/example2.good +++ b/tests/example2.good @@ -121,7 +121,9 @@ txt09.example. 3600 IN TXT "foo\010bar" txt10.example. 3600 IN TXT "foo bar" txt11.example. 3600 IN TXT "\"foo\"" txt12.example. 3600 IN TXT "\"foo\"" -txt13.example. 3600 IN TXT "foo" +txt13.example. 3600 IN TXT "foo;" +txt14.example. 3600 IN TXT "foo;" +txt15.example. 3600 IN TXT "bar\\;" u.example. 300 IN TXT "txt-not-in-nxt" a.u.example. 300 IN A 73.80.65.49 b.u.example. 300 IN A 73.80.65.49 -- cgit v1.2.1