Documentation ¶
Index ¶
- func NewUserByEmail(users []*protocol.User, config *DefaultConfig) *userByEmail
- type Config
- type DefaultConfig
- type DetourConfig
- type FeaturesConfig
- type VMessInboundHandler
- func (this *VMessInboundHandler) Close()
- func (this *VMessInboundHandler) GetUser(email string) *protocol.User
- func (this *VMessInboundHandler) HandleConnection(connection *hub.Connection)
- func (this *VMessInboundHandler) Listen(port v2net.Port) error
- func (this *VMessInboundHandler) Port() v2net.Port
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserByEmail ¶
func NewUserByEmail(users []*protocol.User, config *DefaultConfig) *userByEmail
Types ¶
type Config ¶
type Config struct { AllowedUsers []*protocol.User Features *FeaturesConfig Defaults *DefaultConfig DetourConfig *DetourConfig }
type DefaultConfig ¶
type DetourConfig ¶
type DetourConfig struct {
ToTag string
}
type FeaturesConfig ¶
type FeaturesConfig struct {
Detour *DetourConfig
}
type VMessInboundHandler ¶
Inbound connection handler that handles messages in VMess format.
func (*VMessInboundHandler) Close ¶
func (this *VMessInboundHandler) Close()
func (*VMessInboundHandler) GetUser ¶
func (this *VMessInboundHandler) GetUser(email string) *protocol.User
func (*VMessInboundHandler) HandleConnection ¶
func (this *VMessInboundHandler) HandleConnection(connection *hub.Connection)
func (*VMessInboundHandler) Port ¶
func (this *VMessInboundHandler) Port() v2net.Port
Click to show internal directories.
Click to hide internal directories.