1 repositorio
Using measured performance tables to dynamically select the fastest authoritative data sources.
Distinct from Authoritative: Focuses on using performance data for source selection rather than being the definitive data source itself
Explore 1 awesome GitHub repository matching data & databases · Performance-Based Source Selection. Refine with filters or upvote what's useful.
PowerDNS is DNS server software used for serving authoritative and recursive DNS records. It functions as both an authoritative DNS server, providing definitive records for specific domains from trusted databases, and a recursive DNS resolver that finds answers for any domain by iteratively querying external servers. The project distinguishes itself through a backend-abstraction layer that decouples server logic from data storage, allowing records to be served from SQL databases, zone files, and external APIs. It includes a geo-aware DNS router to direct users to the nearest server based on t
Imports measured performance data from running servers to select the fastest authoritative sources for requests.