1
0

redir.go 171 B

12345678910
  1. package option
  2. type RedirectInboundOptions struct {
  3. ListenOptions
  4. }
  5. type TProxyInboundOptions struct {
  6. ListenOptions
  7. Network NetworkList `json:"network,omitempty"`
  8. }