mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-02-20 00:01:16 +00:00
10 lines
236 B
Go
10 lines
236 B
Go
package option
|
|
|
|
import "github.com/sagernet/sing/common/auth"
|
|
|
|
type NaiveInboundOptions struct {
|
|
ListenOptions
|
|
Users []auth.User `json:"users,omitempty"`
|
|
Network NetworkList `json:"network,omitempty"`
|
|
InboundTLSOptionsContainer
|
|
}
|