Documentation
¶
Index ¶
- Variables
- func AddrFromNet(addr net.Addr) (netip.Addr, error)
- func AddrPortFromNet(addr net.Addr) (netip.AddrPort, error)
- func GenDomainName(suffix string) string
- func GenName() string
- func IPFromNet(addr net.Addr) (net.IP, error)
- func Join(l io.ReadWriteCloser, r io.ReadWriteCloser) error
- func LocalAddrs() ([]netip.Addr, error)
- func ParseCIDR(str string) (netip.Prefix, error)
- func ParseCIDRs(strs []string) ([]netip.Prefix, error)
- type Joiner
Constants ¶
This section is empty.
Variables ¶
View Source
var DNSSECEncoding = base32.NewEncoding("0123456789abcdefghijklmnopqrstuv").WithPadding(base32.NoPadding)
Functions ¶
func GenDomainName ¶ added in v0.10.0
func Join ¶
func Join(l io.ReadWriteCloser, r io.ReadWriteCloser) error
func LocalAddrs ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.