From 4da1adb64d4f775291884845af41856174fb3ebd Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:13:21 +0330 Subject: [PATCH] Check WARP status --- menu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/menu.sh b/menu.sh index 8d18de3..027e16b 100644 --- a/menu.sh +++ b/menu.sh @@ -262,6 +262,7 @@ warp_configure_handler() { local service_name="wg-quick@wgcf.service" if systemctl is-active --quiet "$service_name"; then + python3 $CLI_PATH warp-status echo "Configure WARP Options:" echo "1. Use WARP for all traffic" echo "2. Use WARP for popular sites"