From a0569d387ce6e551401138d5b9107ff114d6e507 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Sun, 5 Jun 2022 06:19:50 -0700 Subject: [PATCH] Created Tailscale 1.26 (markdown) --- Tailscale-1.26.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Tailscale-1.26.md 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