Skip to content
/ YaDNS Public

Yet Another DNS relay server that can be used as a local DNS over HTTPS (DoH) proxy.

License

Notifications You must be signed in to change notification settings

Linyxus/YaDNS

Repository files navigation

YaDNS

Yet Another DNS relay server that can be used as a local DNS over HTTPS (DoH) proxy.

Features

  • Supports relaying DNS queries with DNS over HTTPS to secure the transmisson. (UDP-based relay is also supported)

  • Supports loading local resolving rules (hosts.txt).

  • Implements an efficient cache with Trie that will cache A-typed resource records.

Build

mkdir -p build/default
cd build/default
conan install ../..
cmake -GNinja ../..
ninja

About

Yet Another DNS relay server that can be used as a local DNS over HTTPS (DoH) proxy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published