Updated Tailscale 1.20 (markdown)

Denton Gentry 2022-01-09 10:01:43 -08:00
parent 6f4bc4bcd7
commit b147f81d93

@ -2,6 +2,7 @@
## Platform independent
- bug fixes, cleanups, log spam reduction
- when using an exit node, DNS queries will be forwarded to the exit node for resolution
- `tailscaled` now allows running the outgoing SOCKS5 and HTTP proxies on the same port.
- the SOCKS5/HTTP proxies now allow connecting via subnet routers & exit nodes when run in `userspace-networking` mode
- many more debug metrics available
@ -12,7 +13,7 @@
- packet filter now supports matching any IP protocol number (previously only TCP, UDP, ICMP and SCTP) when enabled in ACLs
- added `Online` boolean to `tailscale status --json`, made `tailscale status` show offline nodes
- added `tailscale up --json`
- when using an exit node, DNS queries will be forwarded to the exit node for resolution
- MagicDNS now works over IPv6 when CGNAT IPv4 is disabled using `DisableIPv4: true` in ACL
## Linux
- `tailscale file cp` sends via the local tailscaled now, so it now supports `tailscaled` running in tun-free, `userspace-networking` mode (such as on Synology DSM7 unless you [enable TUN mode](https://tailscale.com/kb/1152/synology-outbound/))