From 64c23055c2bc79f9d058a3eebdf31a5c6327b72d Mon Sep 17 00:00:00 2001 From: sky Date: Sat, 7 Dec 2024 08:13:19 +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 exit-node command. --- RMxxx_rgmii_toolkit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RMxxx_rgmii_toolkit.sh b/RMxxx_rgmii_toolkit.sh index 2708c5e..0e301df 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;; + 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;; 5) $TAILSCALE_DIR/tailscale up --accept-dns=false --reset;; 6) $TAILSCALE_DIR/tailscale down;;