EmilHernvall / dnsguide

A guide to writing a DNS Server from scratch in Rust
MIT License
3.92k stars 246 forks source link

Enhancement suggestion: pi-hole-like DNS blocking by blacklisting #8

Closed leodutra closed 3 years ago

leodutra commented 4 years ago

Pi-Hole does a great job, but its implementation is not over a thread-safe and blazing fast language like Rust. It would be awesome to see the full DNS could integrate with it, and maybe embed a port of if in the long-term future.

EmilHernvall commented 3 years ago

Thanks for the suggestion! I think it's an interesting idea, but not something I'm interested in pursuing myself. Hopefully this guide can help you get started if you want to give it a shot yourself, though!