From fa83b1b95eaa5b32db75d055ed8424d3f2676c3e Mon Sep 17 00:00:00 2001 From: sky Date: Sat, 7 Dec 2024 09:30:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20RMxxx=5Frgmii=5Ftoolkit.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add tailscale --accept-routes --- RMxxx_rgmii_toolkit.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RMxxx_rgmii_toolkit.sh b/RMxxx_rgmii_toolkit.sh index 2708c5e..2e49f46 100644 --- a/RMxxx_rgmii_toolkit.sh +++ b/RMxxx_rgmii_toolkit.sh @@ -524,9 +524,9 @@ configure_tailscale() { echo "Tailscale Web UI Stopped and Disabled" remount_ro ;; - 3) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset;; - 4) $TAILSCALE_DIR/tailscale up --ssh --accept-dns=false --reset;; - 5) $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 --accept-routes;; + 5) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset --accept-routes;; 6) $TAILSCALE_DIR/tailscale down;; 7) $TAILSCALE_DIR/tailscale logout;; 8) break;;