hermes
hermes copied to clipboard
compact dns server in rust
You check for cached records in `DnsResolver`, and then in every `perform()` method in implementations ;) It seems very redundant to me.
_Thanks for https://github.com/EmilHernvall/dnsguide! It was fun and interesting (as a person who just finished Rust book and looking for what to build with Rust) even though I just skipped much...
If you don't have a `zones` directory present from where you invoke `hermes` (note: this is not necessarily the same path as where the `hermes` binary itself lives on the...