From: Michael Tremer Date: Mon, 26 May 2025 09:39:28 +0000 (+0200) Subject: index.cgi: Show the WireGuard client pool X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f1f3da8f5866098177edd68ef50b238a3dadf6a;p=ipfire-2.x.git index.cgi: Show the WireGuard client pool This is in line with the other Roadwarrior pools. Signed-off-by: Michael Tremer --- 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