瀏覽代碼

Update wgmtu.sh

蘭雅sRGB 6 年之前
父節點
當前提交
6988ba9c3e
共有 1 個文件被更改,包括 5 次插入1 次删除
  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