mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-18 17:35:18 +08:00
实现基础的DDoS防护
This commit is contained in:
8
pkg/serverconfigs/ddosconfigs/ip_config.go
Normal file
8
pkg/serverconfigs/ddosconfigs/ip_config.go
Normal 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user