github.com/sagernet/sing-box@v1.9.0-rc.20/option/naive.go (about)

     1  package option
     2  
     3  import "github.com/sagernet/sing/common/auth"
     4  
     5  type NaiveInboundOptions struct {
     6  	ListenOptions
     7  	Users   []auth.User `json:"users,omitempty"`
     8  	Network NetworkList `json:"network,omitempty"`
     9  	InboundTLSOptionsContainer
    10  }