From a620904db89d5301e280a7c0fa03383ea5748075 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Mon, 23 Aug 2021 10:13:58 -0700 Subject: [PATCH] Updated Tailscale 1.14 (markdown) --- Tailscale-1.14.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Tailscale-1.14.md b/Tailscale-1.14.md index c9668a9..ab79dd4 100644 --- a/Tailscale-1.14.md +++ b/Tailscale-1.14.md @@ -1,9 +1,14 @@ +## All Platforms - Improved Portmapping to ask a firewall to open a port: - [NAT-PMP](https://en.wikipedia.org/wiki/NAT_Port_Mapping_Protocol) has been implemented for some time. - This release adds support for [Port Control Protocol](https://en.wikipedia.org/wiki/Port_Control_Protocol) response to NAT-PMP, which some firewalls send. - If neither NAT-PMP nor PCP is present, fall back to [Universal Plug and Play Internet Gateway Device](https://en.wikipedia.org/wiki/Internet_Gateway_Device_Protocol) support. - The net effect is that 1.14 is substantially more likely to make a direct connection from residential/SMB environments, and not need to use a DERP Relay. Enabling NAT-PMP/UPnP support in the router will enable this. -- FreeBSD can now function as an exit node. - Allow access to local VMs and Docker Containers while using an exit node. -- Update to wintun 0.13. - The `tailscaled` daemon continues to log less (an ongoing effort each release) + +### Windows +- Update to wintun 0.13. + +### FreeBSD +- FreeBSD can now function as an exit node.