mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
11 lines
171 B
Go
11 lines
171 B
Go
package option
|
|
|
|
type RedirectInboundOptions struct {
|
|
ListenOptions
|
|
}
|
|
|
|
type TProxyInboundOptions struct {
|
|
ListenOptions
|
|
Network NetworkList `json:"network,omitempty"`
|
|
}
|