实现基础的DDoS防护

This commit is contained in:
刘祥超
2022-05-18 21:02:58 +08:00
parent dd900700e9
commit 2b6d749566
15 changed files with 2290 additions and 1294 deletions

View File

@@ -0,0 +1,8 @@
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package ddosconfigs
type IPConfig struct {
IP string `json:"ip"`
Description string `json:"description"`
}