Versions in this module Expand all Collapse all v1 v1.24.4 Aug 19, 2016 Changes in this version + func NewUserByEmail(users []*protocol.User, config *DefaultConfig) *userByEmail + type Config struct + AllowedUsers []*protocol.User + Defaults *DefaultConfig + DetourConfig *DetourConfig + Features *FeaturesConfig + type DefaultConfig struct + AlterIDs uint16 + Level protocol.UserLevel + type DetourConfig struct + ToTag string + type Factory struct + func (this *Factory) Create(space app.Space, rawConfig interface{}, meta *proxy.InboundHandlerMeta) (proxy.InboundHandler, error) + func (this *Factory) StreamCapability() internet.StreamConnectionType + type FeaturesConfig struct + Detour *DetourConfig + type VMessInboundHandler struct + func (this *VMessInboundHandler) Close() + func (this *VMessInboundHandler) GetUser(email string) *protocol.User + func (this *VMessInboundHandler) HandleConnection(connection internet.Connection) + func (this *VMessInboundHandler) Port() v2net.Port + func (this *VMessInboundHandler) Start() error Incompatible versions in this module v3.50.2+incompatible Oct 29, 2018