theonemule / simple-openvpn-server

A setup script and simple web UI for setting up an OpenVPN Server
MIT License
232 stars 115 forks source link

Uninstall script #12

Closed stein-dev closed 3 years ago

stein-dev commented 3 years ago

Can you provide a script for uninstalling this?

theonemule commented 3 years ago

Just remove the packages.

apt-get remove --purge openvpn iptables openssl ca-certificates lighttpd

You mat want to leave iptables, openssl, or ca-certificates depending on your needs. openvpn and lighttpd are the two main ones this uses.