mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-08-14 06:38:45 +02:00
0.1.5
RouterOS 7.5. Update alpine-base version.
This commit is contained in:
parent
399d09c478
commit
0c26e89f66
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ RUN GOARCH=$TARGETARCH go install -ldflags="\
|
||||||
-X tailscale.com/version.GitCommit=$VERSION_GIT_HASH" \
|
-X tailscale.com/version.GitCommit=$VERSION_GIT_HASH" \
|
||||||
-v ./cmd/tailscale ./cmd/tailscaled
|
-v ./cmd/tailscale ./cmd/tailscaled
|
||||||
|
|
||||||
FROM ghcr.io/tailscale/alpine-base:3.14
|
FROM ghcr.io/tailscale/alpine-base:3.16
|
||||||
|
|
||||||
# Set password
|
# Set password
|
||||||
ARG TAILSCALE_PASSWORD="Pm36g58CzaLK"
|
ARG TAILSCALE_PASSWORD="Pm36g58CzaLK"
|
||||||
|
|
|
@ -28,7 +28,7 @@ The build script uses [Docker Buildx](https://docs.docker.com/buildx/working-wit
|
||||||
|
|
||||||
### Configure the Router
|
### Configure the Router
|
||||||
|
|
||||||
The router must be be running RouterOS v7.5beta4 or later with the container package loaded; this section follows the Mikrotik Container documentation with additional steps to route the LAN subnet via the tailscale container.
|
The router must be be running RouterOS v7.5 or later with the container package loaded; this section follows the Mikrotik Container documentation with additional steps to route the LAN subnet via the tailscale container.
|
||||||
|
|
||||||
1. Upload the `tailscale.tar` file to your router. Below we will assume the image is located at `disk1/tailscale.tar`
|
1. Upload the `tailscale.tar` file to your router. Below we will assume the image is located at `disk1/tailscale.tar`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue