mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 11:35:35 +00:00
6c71e5b851
The previous approach modifies name in-place in the request slice to avoid an allocation. This is incorrect: the question section of a DNS request must be copied verbatim, without any such modification. Software may rely on it (we rely on other resolvers doing it it in tsdns/forwarder). Signed-off-by: Dmytro Shynkevych <dmytro@tailscale.com> |
||
---|---|---|
.. | ||
forwarder.go | ||
map_test.go | ||
map.go | ||
tsdns_server_test.go | ||
tsdns_test.go | ||
tsdns.go |