Skip to content

Commit

Permalink
Merge pull request #1 from marvinruder/main
Browse files Browse the repository at this point in the history
Fix AAAA Record Type
  • Loading branch information
acim authored Sep 9, 2023
2 parents eb7a100 + 7589455 commit 67aba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion record.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type RecordType string

const (
A RecordType = "A"
AAA RecordType = "AAAA"
AAAA RecordType = "AAAA"
NS RecordType = "NS"
MX RecordType = "MX"
CNAME RecordType = "CNAME"
Expand Down

0 comments on commit 67aba98

Please sign in to comment.