Versions in this module Expand all Collapse all v24 v24.12.6 Dec 6, 2024 Changes in this version + var File_proxy_vless_inbound_config_proto protoreflect.FileDescriptor + type Config struct + Clients []*protocol.User + Decryption string + Fallbacks []*Fallback + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (x *Config) GetClients() []*protocol.User + func (x *Config) GetDecryption() string + func (x *Config) GetFallbacks() []*Fallback + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type Fallback struct + Alpn string + Dest string + Name string + Path string + Type string + Xver uint64 + func (*Fallback) Descriptor() ([]byte, []int) + func (*Fallback) ProtoMessage() + func (x *Fallback) GetAlpn() string + func (x *Fallback) GetDest() string + func (x *Fallback) GetName() string + func (x *Fallback) GetPath() string + func (x *Fallback) GetType() string + func (x *Fallback) GetXver() uint64 + func (x *Fallback) ProtoReflect() protoreflect.Message + func (x *Fallback) Reset() + func (x *Fallback) String() string + type Handler struct + func New(ctx context.Context, config *Config, dc dns.Client, validator vless.Validator) (*Handler, error) + func (*Handler) Network() []net.Network + func (h *Handler) AddUser(ctx context.Context, u *protocol.MemoryUser) error + func (h *Handler) Close() error + func (h *Handler) GetUser(ctx context.Context, email string) *protocol.MemoryUser + func (h *Handler) GetUsers(ctx context.Context) []*protocol.MemoryUser + func (h *Handler) GetUsersCount(context.Context) int64 + func (h *Handler) Process(ctx context.Context, network net.Network, connection stat.Connection, ...) error + func (h *Handler) RemoveUser(ctx context.Context, e string) error Other modules containing this package github.com/morooi/xray-core