From f8713cffdffd838ee081429f2d6edff0b38eb3ae Mon Sep 17 00:00:00 2001 From: Frank Edwards Date: Fri, 29 Mar 2024 09:47:47 +1000 Subject: [PATCH] 0.1.30 Tailscale 1.62.1 Change to README noting --accept-routes argument --- README.md | 2 +- build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21a28e4..c520c46 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ This section follows the Mikrotik Container documentation with additional steps | CONTAINER_GATEWAY | The container bridge (veth1) IP address on the router | | | LOGIN_SERVER | Headscale login server | Only required for Headscale control server. Do not set if using Tailscale | | UPDATE_TAILSCALE | Update tailscale on container startup | | -| TAILSCALE_ARGS | Additional arguments passed to tailscale | Optional | +| TAILSCALE_ARGS | Additional arguments passed to tailscale | Optional. Note ```---accept-routes``` is required to accept the advertised routes of the other subnet routers | | TAILSCALED_ARGS | Additional arguments passed to tailscaled | Optional | Example Tailscale control server configuration: diff --git a/build.sh b/build.sh index afc2fef..f647722 100755 --- a/build.sh +++ b/build.sh @@ -27,8 +27,8 @@ # https://mikrotik.com/products/matrix # PLATFORM="linux/amd64" -TAILSCALE_VERSION=1.60.0 -VERSION=0.1.29 +TAILSCALE_VERSION=1.62.1 +VERSION=0.1.30 set -eu