From 1329db848a971c8795cdea7659706f2d5e2d1215 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Wed, 12 Oct 2022 11:48:34 -0700 Subject: [PATCH] Created 1.32.0 (markdown) --- 1.32.0.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 1.32.0.md diff --git a/1.32.0.md b/1.32.0.md new file mode 100644 index 0000000..6fa1922 --- /dev/null +++ b/1.32.0.md @@ -0,0 +1,32 @@ +## All Platforms +- support NextDNS URLs in DNS server configuration +- fix IP fragmentation handling as an exit node +- fix SSH inadvertently closing tmux/etc panes at disconnect +- add `bugreport --record` to include more debug information about the state of the device +- add `tailscale up --no-logs-no-support` (or TS_NO_LOGS_NO_SUPPORT=true env variable) +- add more in-depth healthchecks in a bugreport +- always respond to 4via6 ICMP echo requests +- `tailscale netcheck` looks for a captive portal +- normalize more process names in Services report +- update to Go 1.19.2 + +### Linux +- coexist with `mwan3` package iptables rule fwmark masks, for OpenWRT +- add an eBPF helper to pass the first packet on a new flow up to tailscaled +- better detect being run in a container +- add a TS_FORCE_LINUX_BIND_TO_DEVICE envvar to skip network namespace and bind to a device instead + +### Windows +- log Windows service diagnostics when the wintun device fails to install + +### macOS +- fix incorrect list of taildrop target devices + +### iOS +- fix incorrect list of taildrop target devices + +### Android + +### Synology +- fix configure-host version parsing +- add envknob support \ No newline at end of file