ids.cgi: Update openvpn.pid to openvpn-rw.pid
Commit Message
- This is needed to enable showing of the OpenVPN as a zone to use for the IDS
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
html/cgi-bin/ids.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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");
}