mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-07-20 18:55:03 +02:00
0.1.25
Tailscale 1.52.1 Update README to reference disks guide.
This commit is contained in:
parent
410b84eecf
commit
c2c60fd964
2 changed files with 5 additions and 3 deletions
|
@ -19,7 +19,9 @@ The example container runs as a [tailscale subnet router](https://tailscale.com/
|
||||||
* 192.168.88.0/24: the default bridge with physical LAN interface ports, routed to the tailscale network
|
* 192.168.88.0/24: the default bridge with physical LAN interface ports, routed to the tailscale network
|
||||||
* 172.17.0.0/16: the docker bridge with a virtual ethernet (veth) interface port for the container
|
* 172.17.0.0/16: the docker bridge with a virtual ethernet (veth) interface port for the container
|
||||||
|
|
||||||
A WAN interface is configured as per default configuration on **ether1** for connectivity to the Tailscale Network. Note storage of the docker image on the router uses a USB drive mounted as **disk1** due to the limited storage (128MB) available on the router.
|
A WAN interface is configured as per default configuration on **ether1** for connectivity to the Tailscale Network.
|
||||||
|
|
||||||
|
Note storage of the docker image on the router uses a USB drive mounted as **disk1** due to the limited storage (128MB) available on the router. To configure storage devices see the [Mikrotik Disks guide](https://help.mikrotik.com/docs/display/ROS/Disks).
|
||||||
|
|
||||||
### Build the Docker Image
|
### Build the Docker Image
|
||||||
|
|
||||||
|
|
4
build.sh
4
build.sh
|
@ -25,8 +25,8 @@
|
||||||
# https://mikrotik.com/products/matrix
|
# https://mikrotik.com/products/matrix
|
||||||
#
|
#
|
||||||
PLATFORM="linux/arm/v7"
|
PLATFORM="linux/arm/v7"
|
||||||
TAILSCALE_VERSION=1.50.0
|
TAILSCALE_VERSION=1.52.1
|
||||||
VERSION=0.1.24
|
VERSION=0.1.25
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue