ADDED:
* netx/dnsx/ptr package
This commit is contained in:
brent saner
2026-09-11 22:12:00 -04:00
parent cd9b967306
commit 67a5c8a3fb
6 changed files with 291 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
/*
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