6 lines
202 B
Go
6 lines
202 B
Go
/*
|
|
Package ptr includes some helper functions for working with PTR records/zones
|
|
and mapping/converting them to/from [net/netip.Addr] and [net/netip.Prefix] representations respectively.
|
|
*/
|
|
package ptr
|