Explorar el Código

Update wgmtu.sh

蘭雅sRGB hace 6 años
padre
commit
6988ba9c3e
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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