sing-box/option/redir.go
2022-07-25 16:18:11 +08:00

11 lines
171 B
Go

package option
type RedirectInboundOptions struct {
ListenOptions
}
type TProxyInboundOptions struct {
ListenOptions
Network NetworkList `json:"network,omitempty"`
}