From 55665a42a4f12521efcd5b289e3ba8271b02be21 Mon Sep 17 00:00:00 2001 From: Steve <69524416+ab7pa@users.noreply.github.com> Date: Sat, 3 Aug 2024 09:21:36 -0700 Subject: [PATCH] update wg tun sv NET label (#1255) --- files/www/cgi-bin/vpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/www/cgi-bin/vpn b/files/www/cgi-bin/vpn index c685a672..6cd6a56f 100755 --- a/files/www/cgi-bin/vpn +++ b/files/www/cgi-bin/vpn @@ -696,7 +696,7 @@ end html.print("") html.print("Allow the following clients to connect to this Wireguard server:") html.print("
") -html.print("Enabled?ClientKeyClientActive Action") +html.print("Enabled?ClientKeyNetActive Action") local keys = { "enabled", "name", "contact", "key" } local cnum = 0