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