diff --git a/RMxxx_rgmii_toolkit.sh b/RMxxx_rgmii_toolkit.sh index 0e301df..d8a65fa 100644 --- a/RMxxx_rgmii_toolkit.sh +++ b/RMxxx_rgmii_toolkit.sh @@ -524,7 +524,7 @@ configure_tailscale() { echo "Tailscale Web UI Stopped and Disabled" remount_ro ;; - 3) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset --exit-node --advertise-routes=192.168.225.0/24;; + 3) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset --advertise-exit-node --advertise-routes=192.168.225.0/24;; 4) $TAILSCALE_DIR/tailscale up --ssh --accept-dns=false --reset;; 5) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset;; 6) $TAILSCALE_DIR/tailscale down;;