This commit is contained in:
WJQSERVER 2024-11-01 04:12:28 +08:00
parent 6f67f6f5b4
commit 1eed79463d
3 changed files with 4 additions and 2 deletions

View file

@ -78,6 +78,7 @@ func init() {
loadConfig()
setupLogger(cfg)
loadlist(cfg)
setupRateLimit(cfg)
gin.SetMode(gin.ReleaseMode)