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
+7
View File
@@ -0,0 +1,7 @@
package ptr
const (
TLD string = "arpa"
Zone4 string = "in-addr." + TLD
Zone6 string = "ip6." + TLD
)