소스 검색

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