File tree 2 files changed +5
-12
lines changed
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "3.7"
3
3
services :
4
4
web :
5
5
network_mode : " host" # TODO: We can remove this later with some iptables magic
6
- image : tailscale/tailscale:v1.62.1 @sha256:3b310f980cd9ff0e334e48c53eb95b21d77b72a596854c4369fd028f83b41b10
6
+ image : tailscale/tailscale:v1.66 @sha256:cf8e97667e8be250caaed88694cec0befe11040bbd5a3de3b33086cc52ef4eb1
7
7
restart : on-failure
8
8
stop_grace_period : 1m
9
9
command : " sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ manifestVersion: 1
2
2
id : tailscale
3
3
category : networking
4
4
name : Tailscale
5
- version : " v1.62.1 "
5
+ version : " v1.66.0 "
6
6
tagline : Zero config VPN to access your Umbrel from anywhere
7
7
description : >-
8
8
Tailscale is zero config VPN that creates a secure network between
@@ -28,16 +28,9 @@ path: ""
28
28
deterministicPassword : false
29
29
torOnly : false
30
30
releaseNotes : |
31
- This release updates Tailscale from v1.56.1 to v1.62.1, and includes:
32
-
33
- - Enhanced Access Control: Enhanced security with Access Control Lists (ACLs) for managing permissions on tagged devices.
34
-
35
- - Expanded DNS Options: Added Mullvad's family-friendly server to the list of well known DNS over HTTPS (DoH) servers.
36
-
37
- - Improved Request Handling: DNS over HTTP requests now come with a set timeout.
38
-
39
- - and more!
40
-
31
+ This release updates Tailscale from v1.62.1 to v1.66.0.
32
+
33
+
41
34
Full release notes and detailed information is available at https://github.com/tailscale/tailscale/releases
42
35
submitter : Umbrel
43
36
submission : https://github.com/getumbrel/umbrel/pull/1248
You can’t perform that action at this time.
0 commit comments