Documentation ¶
Index ¶
- type Config
- func (*Config) Descriptor() ([]byte, []int)
- func (m *Config) GetAddress() *net.IPOrDomain
- func (m *Config) GetFollowRedirect() bool
- func (m *Config) GetNetworkList() *net.NetworkList
- func (m *Config) GetPort() uint32
- func (v *Config) GetPredefinedAddress() net.Address
- func (m *Config) GetTimeout() uint32deprecated
- func (m *Config) GetUserLevel() uint32
- func (*Config) ProtoMessage()
- func (m *Config) Reset()
- func (m *Config) String() string
- func (m *Config) XXX_DiscardUnknown()
- func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Config) XXX_Merge(src proto.Message)
- func (m *Config) XXX_Size() int
- func (m *Config) XXX_Unmarshal(b []byte) error
- 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 *net.IPOrDomain `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Port uint32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` NetworkList *net.NetworkList `protobuf:"bytes,3,opt,name=network_list,json=networkList,proto3" json:"network_list,omitempty"` Timeout uint32 `protobuf:"varint,4,opt,name=timeout,proto3" json:"timeout,omitempty"` // Deprecated: Do not use. FollowRedirect bool `protobuf:"varint,5,opt,name=follow_redirect,json=followRedirect,proto3" json:"follow_redirect,omitempty"` UserLevel uint32 `protobuf:"varint,6,opt,name=user_level,json=userLevel,proto3" json:"user_level,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Config) Descriptor ¶
func (*Config) GetAddress ¶
func (m *Config) GetAddress() *net.IPOrDomain
func (*Config) GetFollowRedirect ¶
func (*Config) GetNetworkList ¶
func (m *Config) GetNetworkList() *net.NetworkList
func (*Config) GetPredefinedAddress ¶
GetPredefinedAddress returns the defined address from proto config. Null if address is not valid.
func (*Config) GetTimeout
deprecated
func (*Config) GetUserLevel ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) XXX_DiscardUnknown ¶
func (m *Config) XXX_DiscardUnknown()
func (*Config) XXX_Marshal ¶
func (*Config) XXX_Unmarshal ¶
type DokodemoDoor ¶
type DokodemoDoor struct {
// contains filtered or unexported fields
}
func (*DokodemoDoor) Init ¶
func (d *DokodemoDoor) Init(config *Config, pm policy.Manager) error
Init initializes the DokodemoDoor instance with necessary parameters.
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 routing.Dispatcher) error
Click to show internal directories.
Click to hide internal directories.