From 4d8990393dcc561109ff702dfabc85de59e8d628 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 6 Jun 2022 08:27:21 -0700 Subject: [PATCH] Updated Tailscale 1.26 (markdown) --- Tailscale-1.26.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Tailscale-1.26.md b/Tailscale-1.26.md index 8220d49..7e44493 100644 --- a/Tailscale-1.26.md +++ b/Tailscale-1.26.md @@ -1,10 +1,11 @@ ## All Platforms - Added `tailscale ping --peerapi ` to check connectivity to a peer using the PeerAPI. - tailscale.com/client/tailscale package refactored w/ LocalClient type -- allow LoginInteractive via localapi +- 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) +- add Wake-on-LAN function to PeerAPI (no UI for it yet) +- change MagicDNS "via route" DNS names from "via-SITEID.10.2.3.4" to "10.2.3.4.via-SITEID". The old format will continue to work for a release or two. ### Windows - fix MagicDNS lookup of own hostname