Tailscale 1.62.1
Change to README noting --accept-routes argument
This commit is contained in:
Frank Edwards 2024-03-29 09:47:47 +10:00
parent 52e2c085af
commit f8713cffdf
2 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ This section follows the Mikrotik Container documentation with additional steps
| CONTAINER_GATEWAY | The container bridge (veth1) IP address on the router | |
| LOGIN_SERVER | Headscale login server | Only required for Headscale control server. Do not set if using Tailscale |
| UPDATE_TAILSCALE | Update tailscale on container startup | |
| TAILSCALE_ARGS | Additional arguments passed to tailscale | Optional |
| TAILSCALE_ARGS | Additional arguments passed to tailscale | Optional. Note ```---accept-routes``` is required to accept the advertised routes of the other subnet routers |
| TAILSCALED_ARGS | Additional arguments passed to tailscaled | Optional |
Example Tailscale control server configuration:

View file

@ -27,8 +27,8 @@
# https://mikrotik.com/products/matrix
#
PLATFORM="linux/amd64"
TAILSCALE_VERSION=1.60.0
VERSION=0.1.29
TAILSCALE_VERSION=1.62.1
VERSION=0.1.30
set -eu