Updated Tailscale 1.14 (markdown)

Denton Gentry 2021-08-23 17:15:10 -07:00
parent 4108c1c841
commit 6c7dd610f9
1 changed files with 2 additions and 2 deletions

@ -1,8 +1,8 @@
## 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.
- This release adds support for [Port Control Protocol](https://en.wikipedia.org/wiki/Port_Control_Protocol) responses to NAT-PMP requests, 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).
- 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.
- Allow access to local VMs and Docker Containers while using an exit node.
- The `tailscaled` daemon continues to log less (an ongoing effort each release)