gozone icon indicating copy to clipboard operation
gozone copied to clipboard

Basic DNS Zone-File parsing (in go)

Results 1 gozone issues
Sort by recently updated
recently updated
newest added

Ran into an issue where, if the record was inheriting the origin, the parser would set the TTL as a subdomain and the TTL to -1 due to https://github.com/wpalmer/gozone/blob/master/gozone.go#L951 For...