Skip to content
Snippets Groups Projects
Commit acd6db9a authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove stunnel daemon

parent 063bcca5
No related branches found
No related tags found
No related merge requests found
......@@ -253,6 +253,10 @@ function restore_remote_vpn {
}
function remove_vpn {
systemctl stop stunnel
systemctl disable stunnel
rm /etc/systemd/system/stunnel.service
systemctl stop openvpn
if [ $VPN_TLS_PORT -ne 443 ]; then
firewall_remove VPN-TLS $VPN_TLS_PORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment