1Panel/backend/utils/firewall/client/info.go

17 lines
219 B
Go
Raw Normal View History

package client
type FireInfo struct {
Family string
Address string
Port string
Protocol string
Strategy string
}
type Forward struct {
Protocol string
Address string
Port string
Target string
}