13 lines
214 B
Bash
13 lines
214 B
Bash
#!/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 |