|
|
|
|
|
by vanilla
4376 days ago
|
|
Using 6 as a prefix for ipv6 might be a bad idea. The DNS Specification (RFC2181[1]) states: >The DNS itself places only one restriction on the particular labels that can be used to identify resource records. That one restriction relates to the length of the label and the full name. The length of any one label is limited to between 1 and 63 octets. A full domain name is limited to 255 octets (including the separators). The zero length full name is defined as representing the root of the DNS tree, and is typically written and displayed as ".". Those restrictions aside, __any binary string whatever can be used as the label of any resource record.__ >Implementations of the DNS protocols must not place any restrictions on the labels that can be used. In particular, DNS servers must not refuse to serve a zone because it contains labels that might not be acceptable to some DNS client programs. As an example these are all valid domains 6.4424.cn, 6www.4424.cn, 6662.cn
But Separating the prefix and domain with a space would already fix the issue.[1]: http://tools.ietf.org/rfc/rfc2181 |
|
If you want to create a record named:
You would put that into the file as: Only the first character is used in the DJBDNS record format to specify what the rest of record type is.Here is more information about the DJBDNS data format: http://cr.yp.to/djbdns/tinydns-data.html