Tailscale 1.56.1
Fix registering nodes via Oauth
This commit is contained in:
Frank Edwards 2024-01-14 20:42:03 +10:00
parent 08c077d081
commit 3112ea2b10
4 changed files with 8 additions and 8 deletions

View file

@ -24,9 +24,9 @@
# Set PLATFORM as required for your router model. See:
# https://mikrotik.com/products/matrix
#
PLATFORM="linux/arm/v7"
TAILSCALE_VERSION=1.52.1
VERSION=0.1.26
PLATFORM="linux/amd64"
TAILSCALE_VERSION=1.56.1
VERSION=0.1.27
set -eu