更新 RMxxx_rgmii_toolkit.sh

add tailscale exit-node command.
This commit is contained in:
sky 2024-12-07 08:13:19 +08:00
parent 4e5fe74425
commit 64c23055c2

View File

@ -524,7 +524,7 @@ 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 --exit-node --advertise-routes=192.168.225.0/24;;
4) $TAILSCALE_DIR/tailscale up --ssh --accept-dns=false --reset;; 4) $TAILSCALE_DIR/tailscale up --ssh --accept-dns=false --reset;;
5) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset;; 5) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset;;
6) $TAILSCALE_DIR/tailscale down;; 6) $TAILSCALE_DIR/tailscale down;;