awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesDNS Servers

Authoritative and recursive name server software for network infrastructure.

Explore 7 awesome GitHub repositories matching part of an awesome list · DNS Servers. Refine with filters or upvote what's useful.

Awesome DNS Servers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • coredns/corednsAvatar coredns

    coredns/coredns

    14,109Vezi pe GitHub↗

    CoreDNS is a modular domain name system server designed for cloud-native environments. It functions as a flexible DNS resolver and forwarder that manages network traffic by routing queries based on zone-based rules and authoritative data. The server is built to integrate with service discovery systems, enabling it to map service names to network addresses within containerized infrastructure. The project is defined by a plugin-based request pipeline that allows for the extension of server functionality through custom modules. These plugins can intercept, modify, or log network requests in real

    Flexible and extensible DNS server.

    Gocncfcorednsdns-server
    Vezi pe GitHub↗14,109
  • nlnetlabs/unboundAvatar NLnetLabs

    NLnetLabs/unbound

    4,628Vezi pe GitHub↗

    Unbound este un resolver DNS care funcționează ca un server de caching, recursiv și de validare. Acesta traduce numele de domenii în adrese IP prin efectuarea de căutări independente pe internet sau prin redirecționarea interogărilor către resolveri externi. Proiectul se distinge ca un server DNS programabil, oferind o interfață de scripting Python și încărcarea dinamică a bibliotecilor partajate pentru a personaliza pipeline-ul de rezoluție. De asemenea, servește drept gateway DNS64 NAT64, sintetizând adrese IPv6 din înregistrări IPv4 pentru a permite comunicarea pentru clienții doar IPv6. Sistemul include framework-uri de securitate pentru validarea criptografică DNSSEC și criptarea traficului DNS pentru a preveni cache poisoning-ul și interceptarea. Capabilitățile sale se extind la filtrarea răspunsurilor bazată pe politici, caching pe mai multe niveluri cu backend-uri de baze de date externe și livrarea datelor de zonă de autoritate locală. Controlul administrativ este gestionat printr-o interfață securizată la distanță pentru trimiterea de comenzi criptate către serverul care rulează.

    Validating, recursive, and caching DNS resolver.

    C
    Vezi pe GitHub↗4,628
  • powerdns/pdnsAvatar PowerDNS

    PowerDNS/pdns

    4,269Vezi pe GitHub↗

    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

    Versatile nameserver supporting multiple backends.

    C++authoritativednsdns-server
    Vezi pe GitHub↗4,269
  • iagox86/dnscat2Avatar iagox86

    iagox86/dnscat2

    3,839Vezi pe GitHub↗

    dnscat2 is a DNS tunneling tool and covert command and control server that encapsulates encrypted traffic within DNS queries and responses. It functions as an encrypted DNS proxy designed to bypass network firewalls and establish communication paths when standard outbound ports are blocked. The project enables the creation of covert network channels by acting as an authoritative nameserver. It supports remote command execution through interactive shells and provides a mechanism for tunneling TCP network traffic to reach restricted remote hosts. The system includes capabilities for multiplexe

    Implements a custom authoritative nameserver to intercept and decode specially crafted DNS queries.

    PHP
    Vezi pe GitHub↗3,839
  • tenta-browser/tenta-dnsAvatar tenta-browser

    tenta-browser/tenta-dns

    1,604Vezi pe GitHub↗

    Tenta DNS is a recursive and authoritative domain name server implementation written in Go. It provides secure network resolution services by translating human-readable domain names into machine addresses while enforcing cryptographic standards to ensure data privacy and authenticity. The software distinguishes itself through a focus on secure transport and integrity verification. It utilizes encrypted tunnels for upstream communication to prevent eavesdropping and incorporates a validation engine to verify digital signatures on resource records. To manage global traffic, the system supports

    Acts as an authoritative DNS server for managing domain records and global traffic.

    Go
    Vezi pe GitHub↗1,604
  • nlnetlabs/nsdAvatar NLnetLabs

    NLnetLabs/nsd

    551Vezi pe GitHub↗

    The NLnet Labs Name Server Daemon (NSD) is an authoritative, RFC compliant DNS nameserver.

    High-performance authoritative DNS name server.

    C
    Vezi pe GitHub↗551
  • yadifa/yadifaAvatar yadifa

    yadifa/yadifa

    80Vezi pe GitHub↗

    YADIFA is a lightweight authoritative Name Server with DNSSEC capabilities. Developed by the passionate people behind the .eu top-level domain, YADIFA has been built from scratch to face today’s DNS challenges, with no compromise on security, speed and stability, to offer a better and safer Internet experience.

    Lightweight and RFC-compliant authoritative name server.

    C
    Vezi pe GitHub↗80
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. DNS Servers

Explorează sub-etichetele

  • Authoritative Name ServersCustom server implementations that act as the final authority for DNS records to intercept specific queries. **Distinct from DNS Servers:** Focuses on the authoritative server implementation for interception rather than general network infrastructure DNS servers.