tailscale/wgengine/tsdns
Dmytro Shynkevych 34a7e7c12b
tsdns: be more strict with type validation.
Previously, a type AAAA query would be answered with an A record
if only an IPv4 address was available. This is irrelevant for us
while we only use IPv4, but it will be a bug one day,
so it's worth being precise about semantics.

Signed-off-by: Dmytro Shynkevych <dmytro@tailscale.com>
2020-08-27 00:45:30 -04:00
..
forwarder.go tsdns: delegate requests asynchronously (#687) 2020-08-19 15:39:25 -04:00
map.go tailcfg, tsdns: derive root domains from list of nodes (#708) 2020-08-24 17:27:21 -04:00
map_test.go tailcfg, tsdns: derive root domains from list of nodes (#708) 2020-08-24 17:27:21 -04:00
tsdns.go tsdns: be more strict with type validation. 2020-08-27 00:45:30 -04:00
tsdns_server_test.go tsdns: fix accidental rejection of all non-{A, AAAA} questions. 2020-08-27 00:42:56 -04:00
tsdns_test.go tsdns: be more strict with type validation. 2020-08-27 00:45:30 -04:00