On May 29, 2014, at 04:24 , hua peng <[email protected]> wrote: > I found this is a valid RR: > > _spf.yandex.ru. 2768 IN TXT "v=spf1 > include:_spf-ipv4.yandex.ru include:_spf-ipv6.yandex.ru ~all" > > > But for A, CNAME, AAAA etc, the underline in hostname is invalid. > Does this make a confusion?
There is a distinction between domain names and host names. Host names are a subset of domain names; a host name is any domain name that points to an actual host (i.e. has an address record). The rules for the characters in domain names and host names are slightly different. Host names are only allowed the characters [a-z] (case insensitive), [0-9], and [-]. See RFCs 952 and 1123. Domain names may use any string as a label, so for example the underscore is perfectly legal. See RFC 2181. _______________________________________________ dns-operations mailing list [email protected] https://lists.dns-oarc.net/mailman/listinfo/dns-operations dns-jobs mailing list https://lists.dns-oarc.net/mailman/listinfo/dns-jobs
