From: Adolf Belka Date: Mon, 15 Sep 2025 12:03:25 +0000 (+0200) Subject: ids.cgi: Update openvpn.pid to openvpn-rw.pid X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44ea44efd6ce52eec09573da3a007b26e44dfbe5;p=ipfire-2.x.git ids.cgi: Update openvpn.pid to openvpn-rw.pid - This is needed to enable showing of the OpenVPN as a zone to use for the IDS Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 960e72ef1..d96aa850b 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -57,7 +57,7 @@ my @network_zones = &Network::get_available_network_zones(); push(@network_zones, "ipsec", "wg"); # Check if openvpn is started and add it to the array of network zones. -if ( -e "/var/run/openvpn.pid") { +if ( -e "/var/run/openvpn-rw.pid") { push(@network_zones, "ovpn"); }