wireguard.cgi: Add CGI to configure wireguard

commit 06dbc836a47160d51ab10f8b9d4ca356beaa7cdb
    Author: Michael Tremer <michael.tremer@ipfire.org>
    Date:   Tue Apr 16 18:06:47 2024 +0200

        wireguard.cgi: Add a basic CGI to configure the global settings

        Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2025-07-03 22:02:00 +00:00
parent 3710ff2af7
commit 638483ff08
7 changed files with 1622 additions and 1 deletions

1526
html/cgi-bin/wireguard.cgi Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -118,6 +118,29 @@ iframe {
float: right !important;
}
/*
Text Alignment
*/
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
/*
Text Colors
*/
.text-error {
color: var(--color-red);
}
/* Header */
#header {