Here's the Findomain v7.0.0 Changelog 🎉
Feel free to report bugs and/or thoughts in the discussion.
NEW
- Add initial support for using async DNS resolver through Rusolver and async HTTP checker through FHC , it improves performance by a LOT (~10x faster!) and everything seems to be working as expected, anyways testing is appreciated and if you find a bug please report it. eb42706
- Use our custom trust-dns implementation until bluejekyll/trust-dns#1632 is decided. It increases the DNS resolution performance by a LOT (~10x). e07322e
Fixes
- Handle cases where the --no-resolve flag is present or only the
--http-status
flag is given. 856fcda