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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tenta-browser avatar

tenta-browser/tenta-dns

0
View on GitHub↗
1,604 stars·80 forks·Go·Apache-2.0·21 viewstenta.com/test↗

Tenta Dns

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 anycast routing protocols, allowing for the distribution of requests across geographically dispersed nodes.

The platform includes integrated utilities for performance optimization and network observability. It maintains an in-memory buffer to cache resolved mappings, reducing latency and redundant external traffic. Additionally, the system captures request-level metadata and source information, providing a structured interface for traffic analysis and diagnostic troubleshooting.

Features

  • Secure DNS Resolution - Translates domain names to addresses using encryption and cryptographic signatures for secure resolution.
  • Authoritative Name Servers - Acts as an authoritative DNS server for managing domain records and global traffic.
  • DNS Caches - Maintains an in-memory buffer of resolved domain mappings to accelerate subsequent lookups and reduce redundant external network traffic.
  • Multi-Protocol Encrypted DNS Servers - Implements a recursive and authoritative DNS server supporting multiple encrypted transport protocols.
  • Domain Name Resolution Services - Translates domain names to machine addresses while enforcing cryptographic security standards.
  • Recursive DNS Resolution - Performs recursive DNS resolution by traversing the hierarchical namespace to aggregate responses.
  • DNSSEC Signature Validation - Verifies digital signatures on resource records to ensure the authenticity and integrity of domain name data.
  • Validation Engines - Includes a validation engine to verify cryptographic signatures on DNS records.
  • DNS-over-TLS - Secures communication between the local resolver and upstream servers using encrypted tunnels to prevent eavesdropping on sensitive lookup requests.
  • In-Memory Caches - Maintains an in-memory cache of resolved domain mappings to reduce latency and external traffic.
  • DNS-over-HTTPS Servers - Provides a DNS-over-HTTPS server endpoint for encrypted domain name resolution.
  • DNS-over-TLS Servers - Provides DNS-over-TLS infrastructure to secure communication between resolvers and upstream servers.
  • Anycast Routing - Distributes incoming traffic across global nodes using anycast routing protocols.
  • Mutual TLS Transport Encryption - Secures upstream communication by wrapping DNS queries in TLS-encrypted tunnels.

Star history

Star history chart for tenta-browser/tenta-dnsStar history chart for tenta-browser/tenta-dns

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Tenta Dns

Similar open-source projects, ranked by how many features they share with Tenta Dns.
  • adguardteam/dnsproxyAdguardTeam avatar

    AdguardTeam/dnsproxy

    2,997View on GitHub↗

    dnsproxy is an encrypted DNS proxy and traffic router that translates and forwards DNS requests between clients and upstream resolvers. It functions as a server for multiple secure protocols, including DNS-over-HTTPS, DNS-over-TLS, DNS-over-QUIC, and DNSCrypt, to protect queries from eavesdropping and tampering. The project differentiates itself through advanced routing and optimization capabilities. It utilizes a domain-based routing engine to direct queries to specific upstream servers via wildcard rules and employs parallel querying to return responses from the fastest responding network a

    Godnsdns-over-httpsdns-over-quic
    View on GitHub↗2,997
  • nlnetlabs/unboundNLnetLabs avatar

    NLnetLabs/unbound

    4,628View on GitHub↗

    Unbound is a DNS resolver that functions as a caching, recursive, and validating server. It translates domain names into IP addresses by performing independent lookups across the internet or by forwarding queries to external resolvers. The project distinguishes itself as a programmable DNS server, offering a Python scripting interface and dynamic shared-library loading to customize the resolution pipeline. It also serves as a DNS64 NAT64 gateway, synthesizing IPv6 addresses from IPv4 records to enable communication for IPv6-only clients. The system includes security frameworks for DNSSEC cry

    C
    View on GitHub↗4,628
  • technitiumsoftware/dnsserverTechnitiumSoftware avatar

    TechnitiumSoftware/DnsServer

    7,533View on GitHub↗

    DnsServer is a recursive and authoritative DNS server that provides domain name resolution and zone hosting. It functions as both a recursive resolver, performing iterative lookups across the internet, and an authoritative manager for primary and secondary DNS zones. The system distinguishes itself through high-availability clustering and a programmable HTTP API for automating server configurations and bulk record management. It supports a wide range of encrypted transport protocols, including TLS, HTTPS, and QUIC, and allows for custom functionality via a plugin-based request interception fr

    C#cross-platformdhcp-serverdns
    View on GitHub↗7,533
  • 0xerr0r/blocky0xERR0R avatar

    0xERR0R/blocky

    6,653View on GitHub↗

    Blocky is a stateless DNS proxy that functions as a network-wide ad-blocker and content filter. It operates as a single binary or Docker container with no database or persistent state, accepting DNS queries over UDP, TCP, HTTPS, TLS, QUIC, and HTTP/3 through a unified plugin-based query pipeline. The core of the system is a client-group policy engine that assigns devices to named groups and applies per-group blocklists, allowlists, and upstream resolvers, with all configuration changes applied through hot-reloading without requiring a restart. The project distinguishes itself through its modu

    Goad-blockeradblockadblocker
    View on GitHub↗6,653
See all 30 alternatives to Tenta Dns→

Frequently asked questions

What does tenta-browser/tenta-dns do?

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.

What are the main features of tenta-browser/tenta-dns?

The main features of tenta-browser/tenta-dns are: Secure DNS Resolution, Authoritative Name Servers, DNS Caches, Multi-Protocol Encrypted DNS Servers, Domain Name Resolution Services, Recursive DNS Resolution, DNSSEC Signature Validation, Validation Engines.

What are some open-source alternatives to tenta-browser/tenta-dns?

Open-source alternatives to tenta-browser/tenta-dns include: adguardteam/dnsproxy — dnsproxy is an encrypted DNS proxy and traffic router that translates and forwards DNS requests between clients and… nlnetlabs/unbound — Unbound is a DNS resolver that functions as a caching, recursive, and validating server. It translates domain names… technitiumsoftware/dnsserver — DnsServer is a recursive and authoritative DNS server that provides domain name resolution and zone hosting. It… 0xerr0r/blocky — Blocky is a stateless DNS proxy that functions as a network-wide ad-blocker and content filter. It operates as a… powerdns/pdns — PowerDNS is DNS server software used for serving authoritative and recursive DNS records. It functions as both an… hickory-dns/hickory-dns — Hickory-DNS is a DNS implementation written in Rust that provides a full suite of DNS capabilities: a client library…

Curated searches featuring Tenta Dns

Hand-picked collections where Tenta Dns appears.
  • DNS management tool
  • Self-Hosted DNS Ad-Blocking Servers