Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IP ¶ added in v3.3.0
IP transforms a single ip address. If the transform results in multiple new targets, an error will be returned.
func IPToList ¶ added in v3.3.0
IPToList manipulates an net.IP based on a list of IPConversions. It can potentially expand one ip address into multiple addresses.
func PtrNameMagic ¶
PtrNameMagic implements the PTR magic.
func ReverseDomainName ¶
ReverseDomainName turns a CIDR block into a reversed (in-addr) name.
Types ¶
type IPConversion ¶ added in v3.3.0
IPConversion describes an IP conversion.
func DecodeTransformTable ¶
func DecodeTransformTable(transforms string) ([]IPConversion, error)
DecodeTransformTable turns a string-encoded table into a list of conversions.
Click to show internal directories.
Click to hide internal directories.