No description
Find a file
xaos 9e44cc2979 feat: switch to case-insensitive compare for domains
This also moves the domain check before the type check.

Domains need to be compared case-insensitively because resolvers will
send sarcastic queries for improved security, see here:
https://datatracker.ietf.org/doc/html/draft-vixie-dnsext-dns0x20-00

strings.EqualFold is maybe not perfectly correct because it does Unicode
case-folding and we only need ASCII.
2023-02-27 04:19:31 +01:00
go.mod feat: add logging 2023-02-25 11:14:18 +01:00
go.sum chore: track go.sum 2023-02-25 11:23:44 +01:00
stub.go feat: switch to case-insensitive compare for domains 2023-02-27 04:19:31 +01:00