mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update tailscale to version v1.74.1 (#1503)
This commit is contained in:
parent
754807921f
commit
5b17f38494
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
web:
|
||||
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
|
||||
stop_grace_period: 1m
|
||||
command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'"
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: tailscale
|
||||
category: networking
|
||||
name: Tailscale
|
||||
version: "v1.72.1"
|
||||
version: "v1.74.1"
|
||||
tagline: Zero config VPN to access your Umbrel from anywhere
|
||||
description: >-
|
||||
Tailscale is zero config VPN that creates a secure network between
|
||||
|
@ -30,14 +30,13 @@ torOnly: false
|
|||
releaseNotes: >-
|
||||
This update includes several improvements and bug fixes:
|
||||
|
||||
- Captive portal detection is now supported.
|
||||
- Added --min-validity flag to the tailscale cert command for automating certificate refreshes.
|
||||
- The tailscale lock command now allows passing keys as files using the file:<path-to-key-file> format.
|
||||
- A health warning is triggered if DNS queries can’t be forwarded to configured resolvers.
|
||||
- Increased send and receive buffer sizes in userspace mode TCP, improving throughput on high latency paths.
|
||||
- Added TCP generic segmentation offload (GSO) support, further improving throughput.
|
||||
- Resolved DNS over TCP failures when querying the Tailscale-internal resolver.
|
||||
- Added support for authenticating devices with Tailscale using MDM solutions.
|
||||
- Introduced the tailscale dns CLI command for managing DNS settings and status.
|
||||
- Automatically truncate long Tailnet Lock signatures to prevent excessive growth.
|
||||
- Fixed the “Log In” option in the client.
|
||||
- Improved network performance with added support for TCP receive and segmentation offload.
|
||||
- Disabled a Linux-only NAT optimization due to a bug, reverting behavior to earlier versions.
|
||||
|
||||
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
|
||||
submission: https://github.com/getumbrel/umbrel/pull/1248
|
Loading…
Reference in New Issue
Block a user