1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 00:39:17 +08:00

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
}