Updated Tailscale 1.30 (markdown)

Denton Gentry 2022-08-31 08:10:02 -07:00
parent eb90d7c338
commit 4807490c5c

@ -5,10 +5,8 @@
- add a timeout when writing to BIRD socket - add a timeout when writing to BIRD socket
- use DNS-over-HTTPS for Mullvad DNS servers - use DNS-over-HTTPS for Mullvad DNS servers
- add `tailscale licenses` with link to open source licenses - add `tailscale licenses` with link to open source licenses
- accommodate shared nodes in nginx-auth
- clients can use Noise with any HTTPS port with capver 39 (mainly for Headscale) - clients can use Noise with any HTTPS port with capver 39 (mainly for Headscale)
- 100.100.100.100 will respond with SERVFAIL if there are no upstream resolvers - 100.100.100.100 will respond with SERVFAIL if there are no upstream resolvers
- fix race in derper with manual certificates. If you run custom derpers with manual certificates, you should update
- tsnet ephemeral nodes will delete themselves on `Close()` - tsnet ephemeral nodes will delete themselves on `Close()`
- report whether host kernel supports IPv6 - report whether host kernel supports IPv6
@ -39,4 +37,8 @@
- fix `/dev/net` permissions in `tailscale configure-host` - fix `/dev/net` permissions in `tailscale configure-host`
### OpenBSD ### OpenBSD
- support functioning as a subnet router or exit node using hybrid netstack mode - support functioning as a subnet router or exit node using hybrid netstack mode
### Other
- accommodate shared nodes in nginx-auth
- fix race in derper (Custom DERP servers) with manual certificates.