diff --git a/Tailscale-1.26.md b/Tailscale-1.26.md new file mode 100644 index 0000000..5310c6a --- /dev/null +++ b/Tailscale-1.26.md @@ -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 \ No newline at end of file