// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. package ddosconfigs type PortConfig struct { Port int32 `json:"port"` Description string `json:"description"` }