Browse Source

Update tailscale to version v1.74.1 (#1503)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
5b17f38494
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tailscale/docker-compose.yml
  2. 17
      tailscale/umbrel-app.yml

2
tailscale/docker-compose.yml

@ -3,7 +3,7 @@ version: "3.7"
services: services:
web: web:
network_mode: "host" # TODO: We can remove this later with some iptables magic network_mode: "host" # TODO: We can remove this later with some iptables magic
image: tailscale/tailscale:v1.72.1@sha256:83a6faec34866f70914a7d241d6ca749e6914f08f4f9059d942e1c3088dc001b image: tailscale/tailscale:v1.74.1@sha256:a013ce5266e5c796efe31c7cf9562deb21423f8586361d7faadaf675fa4296ac
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'" command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'"

17
tailscale/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: tailscale id: tailscale
category: networking category: networking
name: Tailscale name: Tailscale
version: "v1.72.1" version: "v1.74.1"
tagline: Zero config VPN to access your Umbrel from anywhere tagline: Zero config VPN to access your Umbrel from anywhere
description: >- description: >-
Tailscale is zero config VPN that creates a secure network between Tailscale is zero config VPN that creates a secure network between
@ -30,14 +30,13 @@ torOnly: false
releaseNotes: >- releaseNotes: >-
This update includes several improvements and bug fixes: This update includes several improvements and bug fixes:
- Captive portal detection is now supported. - Added support for authenticating devices with Tailscale using MDM solutions.
- Added --min-validity flag to the tailscale cert command for automating certificate refreshes. - Introduced the tailscale dns CLI command for managing DNS settings and status.
- The tailscale lock command now allows passing keys as files using the file:<path-to-key-file> format. - Automatically truncate long Tailnet Lock signatures to prevent excessive growth.
- A health warning is triggered if DNS queries can’t be forwarded to configured resolvers. - Fixed the “Log In” option in the client.
- Increased send and receive buffer sizes in userspace mode TCP, improving throughput on high latency paths. - Improved network performance with added support for TCP receive and segmentation offload.
- Added TCP generic segmentation offload (GSO) support, further improving throughput. - Disabled a Linux-only NAT optimization due to a bug, reverting behavior to earlier versions.
- Resolved DNS over TCP failures when querying the Tailscale-internal resolver.
Full release notes and detailed information is available at https://github.com/tailscale/tailscale/releases Full release notes and are available at https://github.com/tailscale/tailscale/releases
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/1248 submission: https://github.com/getumbrel/umbrel/pull/1248
Loading…
Cancel
Save