Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
eknshow
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
eknshow
6y ago
MX records are one of the few records that can contain name compression. I think you'll find you're looking at the labels for "outlook-com.olc.protection" followed by a pointer to "outlook.com." earlier in the
2.
▲
by
eknshow
6y ago
I don't think you appreciate how old DNS is or why it uses the data structures it does.
3.
▲
by
eknshow
6y ago
DNS uses a binary format on the wire. MX records are defined as a 16-bit integer followed by a domain name. On the wire a domain name is a series of length prefixed octets or a pointer to another set of octets. IP addresses in A and AAAA ar
4.
▲
by
eknshow
6y ago
> Oh, DNS is full of these kinds of “not in a RFC but needed to resolve names” corner cases. What? It's in RFC 1035, and that's noted in the article. There is lots of corner cases in the DNS. This is not one.