Skip to content

Commit

Permalink
Fix TLSA typo (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarcade authored Oct 29, 2024
1 parent 29fc802 commit 26b5272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsutils/dns_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
39: "DNAME", 41: "OPT", 42: "APL", 43: "DS",
44: "SSHFP", 45: "IPSECKEY", 46: "RRSIG", 47: "NSEC",
48: "DNSKEY", 49: "DHCID", 50: "NSEC3", 51: "NSEC3PARAM",
52: "TSLA", 53: "SMIMEA", 55: "HIP", 56: "NINFO",
52: "TLSA", 53: "SMIMEA", 55: "HIP", 56: "NINFO",
59: "CDS", 60: "CDNSKEY", 61: "OPENPGPKEY", 62: "CSYNC",
64: "SVCB", 65: "HTTPS", 99: "SPF", 103: "UNSPEC",
108: "EUI48", 109: "EUI64", 249: "TKEY", 250: "TSIG",
Expand Down

0 comments on commit 26b5272

Please sign in to comment.