first-commit
This commit is contained in:
13
部署应用/Oracle-Cloud/NetMaker全互联/remove-netclient.sh
Normal file
13
部署应用/Oracle-Cloud/NetMaker全互联/remove-netclient.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
apt remove wireguard wireguard-tools
|
||||
|
||||
systemctl stop netclient
|
||||
|
||||
systemctl disable netclient
|
||||
|
||||
rm -rf /etc/systemd/system/netclient.service
|
||||
rm -rf /etc/netclient/config
|
||||
|
||||
ifconfig wg0-oracle down
|
||||
Reference in New Issue
Block a user