Skip to content

Commit

Permalink
Fix AAAA Record Type
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin A. Ruder <[email protected]>
  • Loading branch information
marvinruder committed Sep 9, 2023
1 parent eb7a100 commit 7589455
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 7589455

Please sign in to comment.