Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommandTCP byte = 1 CommandUDP byte = 2 )
Command types
View Source
const ( AtypIPv4 byte = 1 AtypDomainName byte = 2 AtypIPv6 byte = 3 )
Addr types
View Source
const (
Version byte = 0 // protocol version. preview version is 0
)
Variables ¶
View Source
var File_transport_vless_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Addons ¶
type Addons struct { Flow string `protobuf:"bytes,1,opt,name=Flow,proto3" json:"Flow,omitempty"` Seed []byte `protobuf:"bytes,2,opt,name=Seed,proto3" json:"Seed,omitempty"` // contains filtered or unexported fields }
func (*Addons) Descriptor
deprecated
func (*Addons) ProtoMessage ¶
func (*Addons) ProtoMessage()
func (*Addons) ProtoReflect ¶
func (x *Addons) ProtoReflect() protoreflect.Message
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is vless connection generator
Click to show internal directories.
Click to hide internal directories.