ips: add advanced settings for ip logging

This commit is contained in:
Harvey Tindall
2023-12-23 21:00:32 +00:00
parent 04c94ba55a
commit 269836fc99
5 changed files with 60 additions and 13 deletions
+2
View File
@@ -46,6 +46,8 @@ var (
SWAGGER *bool
QUIT = false
RUNNING = false
LOGIP = false // Log admin IPs
LOGIPU = false // Log user IPs
// Used to know how many times to re-broadcast restart signal.
RESTARTLISTENERCOUNT = 0
warning = color.New(color.FgYellow).SprintfFunc()