From be50453db7c4e6893a94997dff2b2cd1a88bbe05 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 17 Jan 2023 18:41:28 -0800 Subject: [PATCH] Updated 1.36.0 (markdown) --- 1.36.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1.36.0.md b/1.36.0.md index 0ec112d..e46050e 100644 --- a/1.36.0.md +++ b/1.36.0.md @@ -8,6 +8,7 @@ * Support arbitrary IP protocols like EOIP and GRE ([#6423](https://github.com/tailscale/tailscale/pull/6423)). * 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. +* 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 ### 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/).