awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DNSCrypt avatar

DNSCrypt/dnscrypt-proxy

0
View on GitHub↗
13,426 Stars·1,114 Forks·Go·ISC·8 Aufrufednscrypt.info↗

Dnscrypt Proxy

dnscrypt-proxy is an anonymizing DNS proxy and encrypted DNS resolver. It acts as a local DNS forwarder that secures internet lookups by wrapping standard DNS queries in encrypted tunnels using the DNSCrypt and DNS-over-HTTPS protocols to prevent eavesdropping and tampering.

The project provides network privacy protection by routing DNS requests through anonymized relays to obfuscate the client's original IP address. It further distinguishes itself through traffic management capabilities, such as mapping specific domains to designated resolvers and distributing queries across multiple servers based on measured response speeds.

The system includes a local query cache to reduce network latency and a traffic filter that blocks ads and malicious domains via configurable blocklists. Additionally, it provides monitoring tools to record and analyze DNS request activity for troubleshooting and security analysis.

Features

  • Encrypted DNS Resolvers - Secures internet lookups using DNSCrypt and DNS-over-HTTPS to prevent eavesdropping.
  • DNS Caches - Provides a local memory store for DNS lookup results to reduce network latency.
  • Anonymized DNS Routing - Protects user privacy by routing DNS queries through networks that hide the origin IP address.
  • Anonymizing DNS Relays - Hides the client's original network address by routing DNS requests through anonymized relays.
  • Anonymization Proxies - Provides a privacy layer that masks user identity by routing DNS traffic through secure tunnels.
  • Content Filtering Rules - Intercepts DNS requests and matches them against blocklists to drop traffic to unwanted domains.
  • DNS Filtering - Blocks ads and malicious domains at the network level by mapping them to null addresses.
  • Encrypted Tunneling - Implements encrypted tunneling for DNS queries to prevent eavesdropping and tampering.
  • Traffic Obfuscation - Masks the origin of network requests by routing them through anonymized relays.
  • DNS Query Optimization - Reduces network load and latency by combining local caching with the fastest available DNS resolvers.
  • DNS Query Routers - Directs specific domain queries to designated upstream resolvers or overrides results with local addresses.
  • DNS Query Loggers - Records request activity into logs to analyze network behavior and identify suspicious queries.
  • DNS Routing Overrides - Allows mapping individual domains to specific upstream resolvers to override global DNS settings.
  • DNS Tools - Analyzes network behavior by logging DNS requests for troubleshooting and security analysis.
  • Load Balancers - Distributes DNS queries across multiple servers based on measured response speeds to optimize performance.
  • DNS Resolver - Distributes DNS queries across multiple servers by measuring response speeds to prioritize the fastest resolvers.
  • Command Line Tools - Listed in the “Command Line Tools” section of the The Book Of Secret Knowledge awesome list.

Star-Verlauf

Star-Verlauf für dnscrypt/dnscrypt-proxyStar-Verlauf für dnscrypt/dnscrypt-proxy

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Dnscrypt Proxy

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Dnscrypt Proxy.
  • adguardteam/dnsproxyAvatar von AdguardTeam

    AdguardTeam/dnsproxy

    2,997Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,997
  • pymumu/smartdnsAvatar von pymumu

    pymumu/smartdns

    10,931Auf GitHub ansehen↗

    SmartDNS is a local recursive DNS resolver and server that manages granular query rules, dual-stack networking, and encrypted gateway proxying. It functions as a DNS traffic filter and DNS64 translator, allowing IPv6-only clients to communicate with IPv4 servers. The project distinguishes itself through parallel upstream querying, which sends requests to multiple servers simultaneously to return the response with the lowest network latency. It supports DNS server virtualization, enabling the operation of multiple independent server instances on different ports, each with its own configuration

    Ccdnsdns-over-https
    Auf GitHub ansehen↗10,931
  • adguardteam/adguardfiltersAvatar von AdguardTeam

    AdguardTeam/AdguardFilters

    4,142Auf GitHub ansehen↗

    AdguardFilters is a collection of curated adblock filter lists, content blocking rulesets, and DNS blocklists. Its primary purpose is to provide the rules necessary to identify and remove advertisements, tracking scripts, and intrusive elements across web browsers and applications. The project includes specialized rules for cosmetic filtering to hide layout gaps and a malware domain database to block phishing and spyware destinations. It provides distinct filtering sets for different regions and purposes, such as social media blocking. The repository covers broad capability areas including m

    Adblock Filter Listadblockadguardfilter-list
    Auf GitHub ansehen↗4,142
  • technitiumsoftware/dnsserverAvatar von TechnitiumSoftware

    TechnitiumSoftware/DnsServer

    7,533Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,533
Alle 30 Alternativen zu Dnscrypt Proxy anzeigen→

Häufig gestellte Fragen

Was macht dnscrypt/dnscrypt-proxy?

dnscrypt-proxy is an anonymizing DNS proxy and encrypted DNS resolver. It acts as a local DNS forwarder that secures internet lookups by wrapping standard DNS queries in encrypted tunnels using the DNSCrypt and DNS-over-HTTPS protocols to prevent eavesdropping and tampering.

Was sind die Hauptfunktionen von dnscrypt/dnscrypt-proxy?

Die Hauptfunktionen von dnscrypt/dnscrypt-proxy sind: Encrypted DNS Resolvers, DNS Caches, Anonymized DNS Routing, Anonymizing DNS Relays, Anonymization Proxies, Content Filtering Rules, DNS Filtering, Encrypted Tunneling.

Welche Open-Source-Alternativen gibt es zu dnscrypt/dnscrypt-proxy?

Open-Source-Alternativen zu dnscrypt/dnscrypt-proxy sind unter anderem: adguardteam/dnsproxy — dnsproxy is an encrypted DNS proxy and traffic router that translates and forwards DNS requests between clients and… pymumu/smartdns — SmartDNS is a local recursive DNS resolver and server that manages granular query rules, dual-stack networking, and… adguardteam/adguardfilters — AdguardFilters is a collection of curated adblock filter lists, content blocking rulesets, and DNS blocklists. Its… technitiumsoftware/dnsserver — DnsServer is a recursive and authoritative DNS server that provides domain name resolution and zone hosting. It… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud… serverless-dns/serverless-dns — This project is a serverless DNS resolver and DNS over HTTPS gateway that translates domain names into IP addresses.…