From ddc61bb3a8eb7219ba7e232b1606da556f262fa3 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Tue, 14 Jun 2022 17:34:27 -0700 Subject: your ip can be logged use a proxy if you care --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 98fb5d7..3efb9ff 100644 --- a/main.go +++ b/main.go @@ -25,13 +25,13 @@ func main() { // Routing and templates template := html.New("./views", ".html") - template.Debug(true) route.TemplateFunctions(template) app := fiber.New(fiber.Config{ - AppName: "FChannel", - Views: template, + AppName: "FChannel", + Views: template, + ServerHeader: "FChannel/" + config.InstanceName, }) app.Use(logger.New()) -- cgit v1.2.3