diff options
| author | Brian Wellington <bwelling@xbill.org> | 2020-05-04 10:55:39 -0700 |
|---|---|---|
| committer | Brian Wellington <bwelling@xbill.org> | 2020-05-04 10:55:39 -0700 |
| commit | e32403119562d59d30ae5054a31da777d528cb2d (patch) | |
| tree | 2d8fa2746687dfca36fa7342542dd39955551b6c /tests/example | |
| parent | d91f16374b9ace86b6916a129ca405f3b05db561 (diff) | |
| download | dnspython-e32403119562d59d30ae5054a31da777d528cb2d.tar.gz | |
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.
Diffstat (limited to 'tests/example')
| -rw-r--r-- | tests/example | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/tests/example b/tests/example index 2378ef0..c35ba47 100644 --- a/tests/example +++ b/tests/example @@ -140,17 +140,19 @@ tlsa2 TLSA 1 0 1 efddf0d915c7bdc5782c0881e1b2a95ad099fbdd06d7b1f77982d93643 tlsa3 TLSA 1 0 2 81ee7f6c0ecc6b09b7785a9418f54432de630dd54dc6ee9e3c49de547708d236d4c413c3e97e44f969e635958aa410495844127c04883503e5b024cf7a8f6a94 txt01 TXT "foo" txt02 TXT "foo" "bar" -txt03 TXT "foo" -txt04 TXT "foo" "bar" +txt03 TXT foo +txt04 TXT foo bar txt05 TXT "foo bar" -txt06 TXT "foo bar" -txt07 TXT "foo bar" +txt06 TXT "foo\032bar" +txt07 TXT foo\032bar txt08 TXT "foo\010bar" -txt09 TXT "foo\010bar" -txt10 TXT "foo bar" +txt09 TXT foo\010bar +txt10 TXT foo\ bar txt11 TXT "\"foo\"" -txt12 TXT "\"foo\"" -txt13 TXT foo +txt12 TXT \"foo\" +txt13 TXT "foo;" +txt14 TXT "foo\;" +txt15 TXT "bar\\;" $TTL 300 ; 5 minutes u TXT "txt-not-in-nxt" $ORIGIN u.example. |
