github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/option/redir.go (about)

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