m13253 / dns-over-https

High performance DNS over HTTPS client & server
https://developers.google.com/speed/public-dns/docs/dns-over-https
MIT License
1.96k stars 221 forks source link

fix: add unit tests for CIDR subnets parsing #134

Closed gdm85 closed 1 year ago

gdm85 commented 2 years ago

Added missing tests for CIDR subnets parsing, adapted from #84, so that changes to the parsing logic can obey to the same tests.

m13253 commented 2 years ago

Looks good to me.