mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-07-15 11:54:31 +02:00
0.1.24
Tailscale 1.50.0 Minor README fixes
This commit is contained in:
parent
3cfd939203
commit
410b84eecf
2 changed files with 3 additions and 5 deletions
|
@ -73,7 +73,6 @@ This section follows the Mikrotik Container documentation with additional steps
|
||||||
| LOGIN_SERVER | Headscale login server | Only required for Headscale control server. Do not set if using Tailscale |
|
| LOGIN_SERVER | Headscale login server | Only required for Headscale control server. Do not set if using Tailscale |
|
||||||
| TAILSCALE_ARGS | Additional arguments passed to tailscale | Optional |
|
| TAILSCALE_ARGS | Additional arguments passed to tailscale | Optional |
|
||||||
| TAILSCALED_ARGS | Additional arguments passed to tailscaled | Optional |
|
| TAILSCALED_ARGS | Additional arguments passed to tailscaled | Optional |
|
||||||
|
|
|
||||||
|
|
||||||
Example Tailscale control server configuration:
|
Example Tailscale control server configuration:
|
||||||
```
|
```
|
||||||
|
@ -194,5 +193,4 @@ Note the script will continue to run if you are connecting over the tailnet. Whe
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
We welcome suggestions and feedback from people interested in integrating Tailscale on the RouterOS platform. Please send a PR or create an issue if you're having any problems.
|
We welcome suggestions and feedback from people interested in integrating Tailscale on the RouterOS platform. Please send a PR or create an issue if you're having any problems.
|
||||||
v
|
|
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.48.2
|
TAILSCALE_VERSION=1.50.0
|
||||||
VERSION=0.1.23
|
VERSION=0.1.24
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue