更新 RMxxx_rgmii_toolkit.sh
add tailscale --accept-routes
This commit is contained in:
parent
63b7c2f899
commit
fa83b1b95e
@ -524,9 +524,9 @@ configure_tailscale() {
|
|||||||
echo "Tailscale Web UI Stopped and Disabled"
|
echo "Tailscale Web UI Stopped and Disabled"
|
||||||
remount_ro
|
remount_ro
|
||||||
;;
|
;;
|
||||||
3) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset;;
|
3) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset --accept-routes;;
|
||||||
4) $TAILSCALE_DIR/tailscale up --ssh --accept-dns=false --reset;;
|
4) $TAILSCALE_DIR/tailscale up --ssh --accept-dns=false --reset --accept-routes;;
|
||||||
5) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset;;
|
5) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset --accept-routes;;
|
||||||
6) $TAILSCALE_DIR/tailscale down;;
|
6) $TAILSCALE_DIR/tailscale down;;
|
||||||
7) $TAILSCALE_DIR/tailscale logout;;
|
7) $TAILSCALE_DIR/tailscale logout;;
|
||||||
8) break;;
|
8) break;;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user