Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProxyType = "tcp" BufSize = 64 * 1024 )
Variables ¶
View Source
var ( AllowedActions = []string{ common.RejectActionDrop, common.RejectActionNone, } )
Functions ¶
This section is empty.
Types ¶
type InvalidSchemeAddrPortError ¶
type InvalidSchemeAddrPortError struct {
// contains filtered or unexported fields
}
func (InvalidSchemeAddrPortError) Error ¶
func (e InvalidSchemeAddrPortError) Error() string
type Proxy ¶
type Proxy struct { *base.Proxy IsTLS bool TargetURL netip.AddrPort // contains filtered or unexported fields }
type UnknownShemeError ¶
type UnknownShemeError struct {
// contains filtered or unexported fields
}
func (UnknownShemeError) Error ¶
func (e UnknownShemeError) Error() string
Click to show internal directories.
Click to hide internal directories.