You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd
Irbe Krumina 6f2bae019f
cmd/k8s-nameserver: fix AAAA record query response (#12412)
Return empty response and NOERROR for AAAA record queries
for DNS names for which we have an A record.
This is to allow for callers that might be first sending an AAAA query and then,
if that does not return a response, follow with an A record query.
Previously we were returning NOTIMPL that caused some callers
to potentially not follow with an A record query or misbehave in different ways.

Also return NXDOMAIN for AAAA record queries for names
that we DO NOT have an A record for to ensure that the callers
do not follow up with an A record query.

Returning an empty response and NOERROR is the behaviour
that RFC 4074 recommends:
https://datatracker.ietf.org/doc/html/rfc4074

Updates tailscale/tailscale#12321

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
5 months ago
..
addlicense
build-webclient
cloner
connector-gen
containerboot ipn/store/kubestore, cmd/containerboot: allow overriding client api server URL via ENV (#12115) 6 months ago
derper util/winutil: add AllocateContiguousBuffer and SetNTString helper funcs 5 months ago
derpprobe cmd/derpprobe: support 'local' derpmap to get derp map via LocalAPI 5 months ago
dist
get-authkey
gitops-pusher
hello
k8s-nameserver cmd/k8s-nameserver: fix AAAA record query response (#12412) 5 months ago
k8s-operator tailcfg,cmd/k8s-operator,kube: move Kubernetes cap to a location that can be shared with control (#12236) 5 months ago
mkmanifest
mkpkg
mkversion
nardump
natc cmd/natc: add --wg-port flag 5 months ago
netlogfmt
nginx-auth
pgproxy tsnet: split user facing and backend logging 6 months ago
printdep
proxy-to-grafana
sniproxy all: use math/rand/v2 more 5 months ago
speedtest
ssh-auth-none-demo
stunc cmd/stunc: support ipv6 address targets (#12166) 6 months ago
stund all: use math/rand/v2 more 5 months ago
stunstamp cmd/stunstamp: support probing multiple ports (#12356) 5 months ago
sync-containers
tailscale util/winutil: add AllocateContiguousBuffer and SetNTString helper funcs 5 months ago
tailscaled wgengine/magicsock: use math/rands/v2 5 months ago
testcontrol
testwrapper cmd/testwrapper: apply results of all unit tests to coverage for all packages 9 months ago
tsconnect all: use math/rand/v2 more 5 months ago
tsidp tsnet: split user facing and backend logging 6 months ago
tsshd
viewer