Created Tailscale 1.26 (markdown)

Denton Gentry 2022-06-05 06:19:50 -07:00
parent a66ce444a6
commit a0569d387c

23
Tailscale-1.26.md Normal file

@ -0,0 +1,23 @@
## All Platforms
- Added `tailscale ping -peerapi` to check connectivity to the PeerAPI.
- tailscale.com/client/tailscale package refactored w/ LocalClient type
- allow LoginInteractive via localapi
- MagicDNS supports DNS/TCP and handling IP fragmented UDP frames
- add an overall 10 second timeout for recursive MagicDNS queries
- add Wake-on-LAN function to peerapi (no UI for it yet)
### Windows
- fix MagicDNS lookup of own hostname
- fix handling of >50 Split DNS domains
- resolve one source of shutdown delay (may be one more still)
- add TS_NOLAUNCH property to allow admins to deploy silent MSI installs without automatically starting the GUI.
### macOS
- add Split DNS support when using Tailscaled-on-macOS
### iOS
- add bug report UI
### Synology
- Allow the NAS disks to hibernate by moving telemetry buffering to tmpfs
- Fix HTTP proxy handling