Status checking

This commit is contained in:
2025-03-01 13:22:38 +08:00
parent fe2e682267
commit 2a5b90b530
6 changed files with 54 additions and 14 deletions

View File

@@ -23,8 +23,8 @@ func NewServer() *WebApp {
app := fiber.New(fiber.Config{
DisableStartupMessage: true,
EnableIPValidation: true,
ServerHeader: "Hypernet.Nexus",
AppName: "Hypernet.Nexus",
ServerHeader: "HyperNet.Nexus",
AppName: "HyperNet.Nexus",
ProxyHeader: fiber.HeaderXForwardedFor,
JSONEncoder: json.Marshal,
JSONDecoder: json.Unmarshal,