mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-21 15:05:38 +00:00
Page:
1.44.0
Pages
1.32.0
1.34.0
1.36.0
1.38.0
1.40.0
1.40.1
1.42.0
1.44.0
1.46.0
1.50 release notes
1.52.0
1.54.0
1.56.0
1.58.0
1.60.0
1.62.0
1.64.0
1.66.0
1.68.0
1.70.0
1.72.0
Community
Glossary
Home
Hosts
OtherSoftwareInterop
ReportingConnectivityProblems
Tailscale 1.10
Tailscale 1.12
Tailscale 1.14
Tailscale 1.16
Tailscale 1.18
Tailscale 1.20
Tailscale 1.22
Tailscale 1.24
Tailscale 1.26
Tailscale 1.28
Tailscale 1.30
Tailscale 1.6
Tailscale 1.8
Tailscaled on macOS
Win7
WorksWith
21
1.44.0
Denton Gentry edited this page 2023-06-21 11:47:19 -07:00
Table of Contents
All Platforms
- Tailscale SSH supports remote port forwarding
- Tailscale Serve now supports HTTP
- improve stability of userspace subnet routers, including macOS, Windows, FreeBSD, and Linux when
--tun-userspace-networking
is used - initial support for recursive DNS resolution to replace bootstrapDNS, currently operating in a parallel mode
- MagicSock will prefer private addresses when both private and public are available, to keep traffic in private VPCs where possible
- update to Go 1.20.5
- remove async support from
portlist
package, please update to use synchronousPoll()
if this breaks your package WatchIPNBus
requires only read-only permissions to read- base the decision of whether to renew in
tailscale cert
on the lifetime of the certificate, not hard-coded. Better supports 14 day certificate lifetimes.
Linux
- better support SELinux systems using Tailscale SSH
- install iputils in Alpine-based Docker containers
- support usernames of up to 256 characters for Tailscale SSH
build_dist.sh
better supports operating systems and CPU architectures which Tailscale release builds do not include
macOS
- fix ICMP6 forwarding when running as a subnet router
FreeBSD / OpenBSD
- fix ICMP6 forwarding when running as a subnet router
Windows
- better support for DNS caching using
PreferGo
WASI
- better support tsnet applications compiled to WebAssembly