HTTP FLOOD check config

This commit is contained in:
Roi Feng
2025-03-31 21:01:09 -04:00
parent 9f218a45bb
commit 50ce7d0e45
5 changed files with 104 additions and 0 deletions

View File

@ -46,6 +46,8 @@ func main() {
}(logFile)
log.SetOutput(logFile)
//allocate shared memory
// Start server
stop := make(chan os.Signal, 1)
signal.Notify(stop, syscall.SIGINT, syscall.SIGTERM)