mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-07-02 21:44:33 +02:00
0.1.22
Added TAILSCALED_ARGS environment variable to support SOCKS5 and HTTP proxies
This commit is contained in:
parent
8621ce058b
commit
955833c349
3 changed files with 4 additions and 2 deletions
|
@ -27,7 +27,7 @@ if [[ -z "$LOGIN_SERVER" ]]; then
|
|||
fi
|
||||
|
||||
# Start tailscaled and bring tailscale up
|
||||
/usr/local/bin/tailscaled &
|
||||
/usr/local/bin/tailscaled ${TAILSCALED_ARGS} &
|
||||
until /usr/local/bin/tailscale up \
|
||||
--reset --authkey=${AUTH_KEY} \
|
||||
--login-server ${LOGIN_SERVER} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue