Documentation ¶
Index ¶
Constants ¶
View Source
const NameMappingSuffix = ".pk.ygg"
Variables ¶
This section is empty.
Functions ¶
func ReverseProxyUDP ¶
Types ¶
type NameResolver ¶
type NameResolver struct {
// contains filtered or unexported fields
}
func NewNameResolver ¶
func NewNameResolver(stack *netstack.YggdrasilNetstack, nameserver string) *NameResolver
type TCPLocalMappings ¶
type TCPLocalMappings []TCPMapping
func (*TCPLocalMappings) Set ¶
func (m *TCPLocalMappings) Set(value string) error
func (*TCPLocalMappings) String ¶
func (m *TCPLocalMappings) String() string
type TCPRemoteMappings ¶
type TCPRemoteMappings []TCPMapping
func (*TCPRemoteMappings) Set ¶
func (m *TCPRemoteMappings) Set(value string) error
func (*TCPRemoteMappings) String ¶
func (m *TCPRemoteMappings) String() string
type UDPLocalMappings ¶
type UDPLocalMappings []UDPMapping
func (*UDPLocalMappings) Set ¶
func (m *UDPLocalMappings) Set(value string) error
func (*UDPLocalMappings) String ¶
func (m *UDPLocalMappings) String() string
type UDPRemoteMappings ¶
type UDPRemoteMappings []UDPMapping
func (*UDPRemoteMappings) Set ¶
func (m *UDPRemoteMappings) Set(value string) error
func (*UDPRemoteMappings) String ¶
func (m *UDPRemoteMappings) String() string
Click to show internal directories.
Click to hide internal directories.