High-performance self-hosted DNS/DoT hoster written in strict C++11 (when it used to be good) with zero runtime configuration.
All upstream requests are automatically forwarded to your desired destination as mentioned in dns_server.cpp
The design focuses on low latency, high concurrency, memory efficiency, connection reuse and caching, and stability under sustained heavy load.
- Ubuntu
- Debian
- Arch Linux
Run as root:
apt install build-essential libssl-devRun as root:
pacman -S base-devel opensslSimply:
Run as root:
make
That's it, remake it as much as you want.