mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-08-02 00:54:44 +02:00
0.1.31
Tailscale 1.66.1 Updated README
This commit is contained in:
parent
f8713cffdf
commit
30545b44d3
2 changed files with 4 additions and 4 deletions
|
@ -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 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.
|
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.
|
||||||
|
|
||||||
|
|
6
build.sh
6
build.sh
|
@ -26,9 +26,9 @@
|
||||||
# Set PLATFORM as required for your router model. See:
|
# Set PLATFORM as required for your router model. See:
|
||||||
# https://mikrotik.com/products/matrix
|
# https://mikrotik.com/products/matrix
|
||||||
#
|
#
|
||||||
PLATFORM="linux/amd64"
|
PLATFORM="linux/arm64"
|
||||||
TAILSCALE_VERSION=1.62.1
|
TAILSCALE_VERSION=1.66.1
|
||||||
VERSION=0.1.30
|
VERSION=0.1.31
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue