Updated Tailscale 1.14 (markdown)
parent
4108c1c841
commit
6c7dd610f9
|
@ -1,8 +1,8 @@
|
||||||
## All Platforms
|
## All Platforms
|
||||||
- Improved Portmapping to ask a firewall to open a port:
|
- 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.
|
- [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.
|
- 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) support.
|
- 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.
|
- 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.
|
- 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)
|
- The `tailscaled` daemon continues to log less (an ongoing effort each release)
|
||||||
|
|
Loading…
Reference in New Issue