1 रिपॉजिटरी
Toolkits for building authoritative DNS servers that manage zones and secure transport.
Distinct from Encrypted DNS Servers: Focuses on the framework for building the server itself rather than just the encrypted endpoint
Explore 1 awesome GitHub repository matching networking & communication · Authoritative Name Server Frameworks. Refine with filters or upvote what's useful.
This project is a Go DNS library used for implementing DNS clients and servers. It provides a toolkit for packet exchange, record parsing, and the development of custom nameservers. The library includes a DNS server framework and a zone manager for parsing standard zone files and synchronizing data via zone transfers. It features a dedicated DNSSEC implementation library for generating cryptographic keys and validating signatures, as well as a TLS transport for encrypted connections between clients and servers. The system covers a broad range of capabilities including DNS resolver functional
Provides a comprehensive framework for creating nameservers that manage zone transfers and secure communication.