Closed hannesm closed 4 years ago
handle localhost and invalid appropriately as 'Name Resolution APIs and Libraries'
more specifically, *.localhost. resolves to A 127.0.0.1 AAAA ::1, all other query types NXDomain *.invalid resolves to a negative reply (NXDomain).
*.localhost.
*.invalid
fixes #220 //cc @cfcs
better viewed without disturbing whitespace changes by following this link
handle localhost and invalid appropriately as 'Name Resolution APIs and Libraries'
more specifically,
*.localhost.
resolves to A 127.0.0.1 AAAA ::1, all other query types NXDomain*.invalid
resolves to a negative reply (NXDomain).fixes #220 //cc @cfcs