Files
Archive/sing-box/option/redir.go
2024-05-29 20:30:59 +02:00

11 lines
171 B
Go

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