Ver Fonte

Update wgmtu.sh

蘭雅sRGB há 6 anos atrás
pai
commit
6988ba9c3e
1 ficheiros alterados com 5 adições e 1 exclusões
  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