From 410b84eecf3a4745b4a42926cbb4f6a9efa25e4a Mon Sep 17 00:00:00 2001 From: Frank Edwards Date: Sun, 1 Oct 2023 11:35:11 +1000 Subject: [PATCH] 0.1.24 Tailscale 1.50.0 Minor README fixes --- README.md | 4 +--- build.sh | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ff982b..2e10c8e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,6 @@ This section follows the Mikrotik Container documentation with additional steps | LOGIN_SERVER | Headscale login server | Only required for Headscale control server. Do not set if using Tailscale | | TAILSCALE_ARGS | Additional arguments passed to tailscale | Optional | | TAILSCALED_ARGS | Additional arguments passed to tailscaled | Optional | -| Example Tailscale control server configuration: ``` @@ -194,5 +193,4 @@ Note the script will continue to run if you are connecting over the tailnet. Whe ## Contributing -We welcome suggestions and feedback from people interested in integrating Tailscale on the RouterOS platform. Please send a PR or create an issue if you're having any problems. -v \ No newline at end of file +We welcome suggestions and feedback from people interested in integrating Tailscale on the RouterOS platform. Please send a PR or create an issue if you're having any problems. \ No newline at end of file diff --git a/build.sh b/build.sh index f1384bb..6a1b3ab 100755 --- a/build.sh +++ b/build.sh @@ -25,8 +25,8 @@ # https://mikrotik.com/products/matrix # PLATFORM="linux/arm/v7" -TAILSCALE_VERSION=1.48.2 -VERSION=0.1.23 +TAILSCALE_VERSION=1.50.0 +VERSION=0.1.24 set -eu