mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-08-01 08:34:29 +02:00
0.1.30
Tailscale 1.62.1 Change to README noting --accept-routes argument
This commit is contained in:
parent
52e2c085af
commit
f8713cffdf
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
4
build.sh
4
build.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue