github.com/sagernet/sing-box@v1.9.0-rc.20/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 }