Skip to content

Commit bde86e1

Browse files
authored
feat: update to Tailscale 1.90.2 (#51)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Tailscale to version 1.90.2 * Modified Tailscale startup configuration settings <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Derek Kaser <[email protected]>
1 parent 6e8fcab commit bde86e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"min": "7.0.0",
66
"support": "https://forums.unraid.net/topic/136889-plugin-tailscale/",
77
"launch": "Settings/Tailscale",
8-
"tailscaleVersion": "tailscale_1.88.3_amd64",
9-
"tailscaleSHA256": "360805d74573c6357eb97f918786155b82ebb2146817eb56677430d1b13fccb8"
8+
"tailscaleVersion": "tailscale_1.90.2_amd64",
9+
"tailscaleSHA256": "e8d1ec2f0eba10c83ba9d170dc79432aca3ef7cc684d5249e9b91dad519582ad"
1010
}

src/usr/local/emhttp/plugins/tailscale/rc.tailscale

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
start_tailscaled() {
1313
if ! /usr/bin/pgrep --ns $$ --euid root -f "^/usr/local/sbin/tailscaled" 1> /dev/null 2> /dev/null ; then
14-
TAILSCALE_START_CMD="/usr/local/sbin/tailscaled -statedir /boot/config/plugins/tailscale/state -tun tailscale1 $TAILSCALE_CUSTOM_PARAMS"
14+
TAILSCALE_START_CMD="/usr/local/sbin/tailscaled -statedir /boot/config/plugins/tailscale/state -tun tailscale1 -encrypt-state=false -hardware-attestation=false $TAILSCALE_CUSTOM_PARAMS"
1515
log "Starting tailscaled: $TAILSCALE_START_CMD"
1616
mkdir -p /boot/config/plugins/tailscale/state
1717
$TAILSCALE_START_CMD 2>&1 | grep -vF "monitor: [unexpected]" >> /var/log/tailscale.log &

0 commit comments

Comments
 (0)