Documentation ¶
Index ¶
Constants ¶
View Source
const ( SO_ORIGINAL_DST = 80 // from linux/include/uapi/linux/netfilter_ipv4.h IP6T_SO_ORIGINAL_DST = 80 // from linux/include/uapi/linux/netfilter_ipv6/ip6_tables.h )
View Source
const ( IPV6_TRANSPARENT = 0x4b IPV6_RECVORIGDSTADDR = 0x4a )
View Source
const GETSOCKOPT = syscall.SYS_GETSOCKOPT
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedirListener ¶ added in v0.20.1
func NewRedirProxy ¶
func NewRedirProxy(addr string) (*RedirListener, error)
func (*RedirListener) Address ¶ added in v0.20.1
func (l *RedirListener) Address() string
func (*RedirListener) Close ¶ added in v0.20.1
func (l *RedirListener) Close()
type RedirUDPListener ¶ added in v0.20.1
type RedirUDPListener struct { net.PacketConn // contains filtered or unexported fields }
func NewRedirUDPProxy ¶ added in v0.20.1
func NewRedirUDPProxy(addr string) (*RedirUDPListener, error)
func (*RedirUDPListener) Address ¶ added in v0.20.1
func (l *RedirUDPListener) Address() string
func (*RedirUDPListener) Close ¶ added in v0.20.1
func (l *RedirUDPListener) Close() error
Click to show internal directories.
Click to hide internal directories.