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
David Anderson 76904b82e7 cmd/containerboot: PID1 for running tailscaled in a container.
This implements the same functionality as the former run.sh, but in Go
and with a little better awareness of tailscaled's lifecycle.

Also adds TS_AUTH_ONCE, which fixes the unfortunate behavior run.sh had
where it would unconditionally try to reauth every time if you gave it
an authkey, rather than try to use it only if auth is actually needed.
This makes it a bit nicer to deploy these containers in automation, since
you don't have to run the container once, then go and edit its definition
to remove authkeys.

Signed-off-by: David Anderson <danderson@tailscale.com>
3 years ago
..
addlicense cmd/addlicense: add command to add licenseheaders to generated code 4 years ago
cloner cmd/{cloner,viewer}: add support for map values with pointers 3 years ago
containerboot cmd/containerboot: PID1 for running tailscaled in a container. 3 years ago
derper net/tshttpproxy: add clientmetrics on Windows proxy lookup paths 3 years ago
derpprobe net/stun: convert to use net/netip.AddrPort 3 years ago
gitops-pusher cmd/gitops-pusher: standardize hujson before posting to validate (#5525) 3 years ago
hello refactor: move from io/ioutil to io and os packages 3 years ago
mkpkg cmd/mkpkg: use package flag (#4373) 4 years ago
netlogfmt cmd/netlogfmt: handle any stream of network logs (#6108) 3 years ago
nginx-auth cmd/nginx-auth: add experimental status badge to README 3 years ago
pgproxy cmd/pgproxy: link to blog post at the top. 3 years ago
printdep Docker: add ALPINE.txt to manage alpine versions 3 years ago
proxy-to-grafana all: gofmt for Go 1.19 3 years ago
speedtest net/speedtest: retune to meet iperf on localhost in a VM 3 years ago
ssh-auth-none-demo ssh/tailssh: add password-forcing workaround for buggy SSH clients 3 years ago
tailscale cmd/tailscale,ipn: implement lock sign command 3 years ago
tailscaled types/pad32: delete package 3 years ago
testcontrol all: use any instead of interface{} 4 years ago
tsconnect cmd/tsconnect: fix null pointer dereference when DNS lookups fail 3 years ago
tsshd cmd/tsshd: add a package line to appease gofmt 3 years ago
viewer all: fix spelling mistakes 3 years ago