File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,8 @@ characters that overlap with any structural characters and in practice, it
6262really never happens. The same applies to base64 sequences, which was
6363specifically designed to encode binary data in printable ASCII characters. To
6464quote a field and include whitespace is more-or-less instructing the parser
65- to not ignore it. The current implementation is such that any field may be
66- quoted, but it MUST actually disallow fields that cannot contain structural
67- characters to be quoted.
65+ to not ignore it. Fields that cannot contain structural characters, i.e.
66+ anything other than domain names and text strings, MUST not be quoted.
6867
6968> BIND does not accept quoted fields for A or NS RDATA. TTL values in SOA
7069> RDATA, base64 Signature in DNSKEY RDATA, as well as type, class and TTL
You can’t perform that action at this time.
0 commit comments