Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proxy_dns_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Server is the DNS server address. If specified, this address overrides the // original one. Server *net.Endpoint `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"` UserLevel uint32 `protobuf:"varint,2,opt,name=user_level,json=userLevel,proto3" json:"user_level,omitempty"` // contains filtered or unexported fields }
func (*Config) Descriptor
deprecated
func (*Config) GetUserLevel ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
type SimplifiedConfig ¶
type SimplifiedConfig struct {
// contains filtered or unexported fields
}
func (*SimplifiedConfig) Descriptor
deprecated
func (*SimplifiedConfig) Descriptor() ([]byte, []int)
Deprecated: Use SimplifiedConfig.ProtoReflect.Descriptor instead.
func (*SimplifiedConfig) ProtoMessage ¶
func (*SimplifiedConfig) ProtoMessage()
func (*SimplifiedConfig) ProtoReflect ¶
func (x *SimplifiedConfig) ProtoReflect() protoreflect.Message
func (*SimplifiedConfig) Reset ¶
func (x *SimplifiedConfig) Reset()
func (*SimplifiedConfig) String ¶
func (x *SimplifiedConfig) String() string
Click to show internal directories.
Click to hide internal directories.