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 client/web: precompress assets 12 months ago
cloner all: use Go 1.22 range-over-int 7 months ago
connector-gen cmd/connector-gen: add helper tool for wide app connector configurations 11 months ago
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 6 months ago
dist release/dist/qnap: add qnap target builder 7 months ago
get-authkey util/cmpx: delete now that we're using Go 1.22 10 months ago
gitops-pusher cmd/gitops-pusher: only use OAuth creds if non-empty string 10 months ago
hello cmd/hello: link to the Hello KB article (#11022) 10 months ago
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 6 months ago
netlogfmt all: use Go 1.22 range-over-int 7 months ago
nginx-auth
pgproxy tsnet: split user facing and backend logging 7 months ago
printdep
proxy-to-grafana all: use Go 1.22 range-over-int 7 months ago
sniproxy all: use math/rand/v2 more 6 months ago
speedtest
ssh-auth-none-demo all: replace deprecated ioutil references 1 year ago
stunc cmd/stunc: support ipv6 address targets (#12166) 6 months ago
stund all: use math/rand/v2 more 6 months ago
stunstamp cmd/stunstamp: support probing multiple ports (#12356) 6 months ago
sync-containers all: adjust some build tags for plan9 1 year ago
tailscale util/winutil: add AllocateContiguousBuffer and SetNTString helper funcs 5 months ago
tailscaled wgengine/magicsock: use math/rands/v2 6 months ago
testcontrol all: use Go 1.22 range-over-int 7 months ago
testwrapper cmd/testwrapper: apply results of all unit tests to coverage for all packages 9 months ago
tsconnect all: use math/rand/v2 more 6 months ago
tsidp tsnet: split user facing and backend logging 7 months ago
tsshd
viewer all: use Go 1.22 range-over-int 7 months ago