mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-30 14:56:35 +08:00
9 lines
193 B
Go
9 lines
193 B
Go
|
|
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||
|
|
|
||
|
|
package ddosconfigs
|
||
|
|
|
||
|
|
type IPConfig struct {
|
||
|
|
IP string `json:"ip"`
|
||
|
|
Description string `json:"description"`
|
||
|
|
}
|