Documentation ¶
Index ¶
- type Config
- func (*Config) Descriptor() ([]byte, []int)
- func (m *Config) GetAddress() *v2ray_core_common_net.IPOrDomain
- func (m *Config) GetFollowRedirect() bool
- func (m *Config) GetNetworkList() *v2ray_core_common_net1.NetworkList
- func (m *Config) GetPort() uint32
- func (v *Config) GetPredefinedAddress() net.Address
- func (m *Config) GetTimeout() uint32
- func (m *Config) GetUserLevel() uint32
- func (*Config) ProtoMessage()
- func (m *Config) Reset()
- func (m *Config) String() string
- type DokodemoDoor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.1.1
type Config struct { Address *v2ray_core_common_net.IPOrDomain `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"` Port uint32 `protobuf:"varint,2,opt,name=port" json:"port,omitempty"` NetworkList *v2ray_core_common_net1.NetworkList `protobuf:"bytes,3,opt,name=network_list,json=networkList" json:"network_list,omitempty"` Timeout uint32 `protobuf:"varint,4,opt,name=timeout" json:"timeout,omitempty"` FollowRedirect bool `protobuf:"varint,5,opt,name=follow_redirect,json=followRedirect" json:"follow_redirect,omitempty"` UserLevel uint32 `protobuf:"varint,6,opt,name=user_level,json=userLevel" json:"user_level,omitempty"` }
func (*Config) Descriptor ¶
func (*Config) GetAddress ¶
func (m *Config) GetAddress() *v2ray_core_common_net.IPOrDomain
func (*Config) GetFollowRedirect ¶
func (*Config) GetNetworkList ¶
func (m *Config) GetNetworkList() *v2ray_core_common_net1.NetworkList
func (*Config) GetPredefinedAddress ¶
GetPredefinedAddress returns the defined address from proto config. Null if address is not valid.
func (*Config) GetTimeout ¶
func (*Config) GetUserLevel ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
type DokodemoDoor ¶
type DokodemoDoor struct {
// contains filtered or unexported fields
}
func (*DokodemoDoor) Network ¶
func (d *DokodemoDoor) Network() net.NetworkList
func (*DokodemoDoor) Process ¶
func (d *DokodemoDoor) Process(ctx context.Context, network net.Network, conn internet.Connection, dispatcher core.Dispatcher) error
Click to show internal directories.
Click to hide internal directories.