mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 11:35:35 +00:00
f414a9cc01
I don't know how to get access to a real packet. Basing this commit entirely off: +------------+--------------+------------------------------+ | Field Name | Field Type | Description | +------------+--------------+------------------------------+ | NAME | domain name | MUST be 0 (root domain) | | TYPE | u_int16_t | OPT (41) | | CLASS | u_int16_t | requestor's UDP payload size | | TTL | u_int32_t | extended RCODE and flags | | RDLEN | u_int16_t | length of all RDATA | | RDATA | octet stream | {attribute,value} pairs | +------------+--------------+------------------------------+ From https://datatracker.ietf.org/doc/html/rfc6891#section-6.1.2 Signed-off-by: David Crawshaw <crawshaw@tailscale.com> |
||
---|---|---|
.. | ||
resolver | ||
config.go | ||
debian_resolvconf.go | ||
direct_test.go | ||
direct.go | ||
flush_windows.go | ||
ini_test.go | ||
ini.go | ||
manager_default.go | ||
manager_freebsd.go | ||
manager_linux.go | ||
manager_openbsd.go | ||
manager_test.go | ||
manager_windows.go | ||
manager.go | ||
nm.go | ||
noop.go | ||
openresolv.go | ||
osconfig.go | ||
registry_windows.go | ||
resolvconf-workaround.sh | ||
resolvconf.go | ||
resolved.go | ||
wsl_windows.go |