Documentation
¶
Index ¶
Constants ¶
View Source
const SO_ORIGINAL_DST = 80
Variables ¶
This section is empty.
Functions ¶
func GetOriginalDestination ¶ added in v1.17.1
func GetOriginalDestination(conn internet.Connection) v2net.Destination
Types ¶
type Config ¶ added in v1.1.1
type Config struct {
FollowRedirect bool
Address v2net.Address
Port v2net.Port
Network *v2net.NetworkList
Timeout int
}
type DokodemoDoor ¶
type DokodemoDoor struct {
// contains filtered or unexported fields
}
func NewDokodemoDoor ¶
func NewDokodemoDoor(config *Config, space app.Space, meta *proxy.InboundHandlerMeta) *DokodemoDoor
func (*DokodemoDoor) HandleTCPConnection ¶
func (this *DokodemoDoor) HandleTCPConnection(conn internet.Connection)
type Factory ¶ added in v1.17.1
type Factory struct{}
func (*Factory) Create ¶ added in v1.17.1
func (this *Factory) Create(space app.Space, rawConfig interface{}, meta *proxy.InboundHandlerMeta) (proxy.InboundHandler, error)
func (*Factory) StreamCapability ¶ added in v1.17.1
func (this *Factory) StreamCapability() internet.StreamConnectionType
Click to show internal directories.
Click to hide internal directories.