Browse Source

Update wgmtu.sh

蘭雅sRGB 6 năm trước cách đây
mục cha
commit
6988ba9c3e
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      Wireguard/wgmtu.sh

+ 5 - 1
Wireguard/wgmtu.sh

@@ -433,7 +433,11 @@ if [[ $# > 0 ]]; then
         setup)
         ss_kcp_udp2raw_wg_speed
         ;;
+        remove)
+        wireguard_remove
+	rc-local_remove
+        ;;
     esac
 else
 	start_menu
-fi
+fi