public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] ids.cgi: Update openvpn.pid to openvpn-rw.pid
@ 2025-09-15 12:03 Adolf Belka
  0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2025-09-15 12:03 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

- 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(-)

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");
 }
 
-- 
2.51.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-09-15 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-15 12:03 [PATCH] ids.cgi: Update openvpn.pid to openvpn-rw.pid Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox