You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNSProxy listens for incoming DNS requests, parses and encapsulates such queries into HTTP requests towards DoH resolvers as per RFC-8484. Upon valid response from DoH HTTP service DNSProxy will craft and send RFC-1035 compliant DNS responses back to calling client. DNSProxy protects you from privacy leaks, with option to store raw response packets
Rust SDK for programmatic BIND9 DNS server management — rndc wire protocol, RFC 2136 dynamic updates, AXFR/IXFR zone transfers, zone file parsing, and statistics API. Ships as a Rust crate, Node.js native addon (napi-rs), and CLI tool.
A high-performance DNS resolution server implementing RFC 1035 domain name compression technology, built with Rust and Tokio for production environments.