From 30545b44d337138fbe7c3f9fc20dc497f2531429 Mon Sep 17 00:00:00 2001 From: Frank Edwards Date: Sat, 11 May 2024 19:29:42 +1000 Subject: [PATCH] 0.1.31 Tailscale 1.66.1 Updated README --- README.md | 2 +- build.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c520c46..f74d03a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project provides build and configuration information to run [Tailscale](https://tailscale.com) in [Mikrotik Container](https://help.mikrotik.com/docs/display/ROS/Container). Container is Mikrotik's own implementation of Docker(TM), allowing users to run containerized environments within RouterOS. -This project is only recommended for research and testing purposes. Testing indicates there are significant performance hurdles: running a unidirectional IPerf UDP test of 50 Mbps via the container on a Mikrotik hAP ac3 consumes ~75% of the router's CPU. +This project is only recommended for research and testing purposes. Note the container can impact router performance: running a IPerf test of 50 Mbps via the container on a Mikrotik hAP ax3 consumes ~30% of the router's CPU. The instructions below assume a use case for tailscale-enabled hosts accessing a router connected LAN subnet. Both Tailscale and Headscale control servers are supported. diff --git a/build.sh b/build.sh index f647722..2353543 100755 --- a/build.sh +++ b/build.sh @@ -26,9 +26,9 @@ # Set PLATFORM as required for your router model. See: # https://mikrotik.com/products/matrix # -PLATFORM="linux/amd64" -TAILSCALE_VERSION=1.62.1 -VERSION=0.1.30 +PLATFORM="linux/arm64" +TAILSCALE_VERSION=1.66.1 +VERSION=0.1.31 set -eu