Updated 1.36.0 (markdown)

Brad Fitzpatrick
2023-01-17 18:45:35 -08:00
parent 2e380d5084
commit 93daf324ae

@@ -10,6 +10,7 @@
* Fix exit node handling of a large number of SplitDNS domains ([#6875](https://github.com/tailscale/tailscale/pull/6875)). * Fix exit node handling of a large number of SplitDNS domains ([#6875](https://github.com/tailscale/tailscale/pull/6875)).
* Accept DNS-over-TCP responses up to 4KBytes. * Accept DNS-over-TCP responses up to 4KBytes.
* Unix platforms: when /etc/resolv.conf needs to be overwritten for lack of options, a comment in the file now links to https://tailscale.com/s/resolvconf-overwrite * Unix platforms: when /etc/resolv.conf needs to be overwritten for lack of options, a comment in the file now links to https://tailscale.com/s/resolvconf-overwrite
* Tailscale SSH: ssh to `tailscaled` as a non-root user now works again, as long as you only ssh to the same user that `tailscaled` is running as
### Linux ### Linux
* Improved throughput performance on Linux ([#6663](https://github.com/tailscale/tailscale/pull/6663)). More details in this [blog post](https://tailscale.com/blog/throughput-improvements/). * Improved throughput performance on Linux ([#6663](https://github.com/tailscale/tailscale/pull/6663)). More details in this [blog post](https://tailscale.com/blog/throughput-improvements/).