From 9f1f3da8f5866098177edd68ef50b238a3dadf6a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 26 May 2025 11:39:28 +0200 Subject: [PATCH] index.cgi: Show the WireGuard client pool This is in line with the other Roadwarrior pools. Signed-off-by: Michael Tremer --- html/cgi-bin/index.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 7eafd784c..b3e1c3bd9 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -374,12 +374,14 @@ END # Show WireGuard status if (&Wireguard::is_enabled()) { + my $network = $Wireguard::settings{'CLIENT_POOL'}; + print< $Lang::tr{'wg'} - + $network Online END -- 2.39.5