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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesDNS-over-HTTPS Clients

Client implementations that wrap DNS queries in HTTPS for secure transmission.

Distinct from DNS-over-HTTPS Servers: Focuses on the client-side implementation of DoH rather than the server-side hosting.

Explore 6 awesome GitHub repositories matching networking & communication · DNS-over-HTTPS Clients. Refine with filters or upvote what's useful.

Awesome DNS-over-HTTPS Clients GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • bromite/bromiteAvatar de bromite

    bromite/bromite

    6,277Voir sur GitHub↗

    Bromite is a privacy-focused fork of the Chromium browser for Android that blocks advertisements and tracking scripts by default, enforces encrypted HTTPS connections, and prevents browser fingerprinting without requiring any extensions or manual configuration. It applies a patch-based build system to layer privacy and security modifications directly onto the upstream Chromium codebase during compilation, integrating a filter list engine for network-level ad blocking and adding noise to browser APIs to mask device identity. The browser distinguishes itself through comprehensive privacy harden

    Sends DNS queries through encrypted HTTPS connections to a user-specified endpoint.

    adblockadblockingandroid
    Voir sur GitHub↗6,277
  • sadeghhayeri/greentunnelAvatar de SadeghHayeri

    SadeghHayeri/GreenTunnel

    4,855Voir sur GitHub↗

    GreenTunnel est un utilitaire réseau conçu pour contourner l'inspection profonde de paquets (DPI) et la censure internet. Il fonctionne comme un outil qui modifie les paquets réseau sortants et chiffre les recherches DNS pour empêcher les fournisseurs d'accès internet et les systèmes de filtrage réseau de détecter et bloquer des destinations web spécifiques. Le projet implémente un proxy de fragmentation HTTP et un fragmenteur de handshake HTTPS. Ces composants divisent les en-têtes de requête et les enregistrements de handshake TLS sur plusieurs segments pour dissimuler les noms d'hôtes et les noms de serveurs de destination aux systèmes d'inspection. Le logiciel inclut également un client DNS-over-HTTPS pour récupérer les adresses IP en utilisant des protocoles chiffrés, empêchant l'interception ou l'usurpation des recherches DNS standard. Les capacités supplémentaires couvrent la manipulation de paquets TCP et la fragmentation de segments au niveau de la couche transport pour échapper à l'inspection du trafic.

    Implements a DNS-over-HTTPS client to securely resolve domain names and prevent ISP interception.

    JavaScript
    Voir sur GitHub↗4,855
  • paulmillr/encrypted-dnsAvatar de paulmillr

    paulmillr/encrypted-dns

    4,415Voir sur GitHub↗

    This project is a DNS privacy proxy and resolver that functions as a local bridge, converting plaintext DNS traffic into encrypted requests. It acts as a client for DNS-over-HTTPS and DNS-over-TLS protocols to prevent interception and spoofing of network requests. The system implements network privacy hardening by routing domain lookups through secure tunnels, which reduces the amount of plain text data leaked to internet service providers. It utilizes a profile-based connection management system to map security profiles to specific encrypted endpoints, preventing DNS hijacking and man-in-the

    Routes DNS lookups through HTTPS connections to secure domain resolution against man-in-the-middle attacks.

    JavaScriptcloudflareconfiguration-profiledns
    Voir sur GitHub↗4,415
  • timothymiller/cloudflare-ddnsAvatar de timothymiller

    timothymiller/cloudflare-ddns

    4,224Voir sur GitHub↗

    This project is a Rust-based network utility and dynamic DNS client designed to monitor public IP addresses and automatically update Cloudflare DNS records and Web Application Firewall access lists. It identifies current IPv4 and IPv6 addresses using a combination of HTTP APIs and DNS-over-HTTPS providers. The tool distinguishes itself by managing both domain records and WAF IP lists to maintain secure access for hosts with changing internet connections. It includes a DNS change preview mode to simulate updates without modifying live records and utilizes anycast range filtering to prevent inc

    Identifies current public IPv4 and IPv6 addresses using secure DNS-over-HTTPS providers.

    Rustamd64arm64armv7
    Voir sur GitHub↗4,224
  • nextdns/nextdnsAvatar de nextdns

    nextdns/nextdns

    4,072Voir sur GitHub↗

    NextDNS is a network DNS client and proxy that functions as a local resolver, forwarder, and DNS-over-HTTPS proxy. Its primary purpose is to route local name resolution requests to external providers using encrypted HTTPS traffic to improve privacy and bypass network restrictions. The service distinguishes itself by embedding client identity metadata—collected via mDNS or DHCP—into outgoing queries, allowing for per-device tracking and the application of unique filtering profiles. It features advanced routing logic, including split-horizon DNS for balancing public and private resolution, doma

    Converts standard DNS requests into encrypted HTTPS traffic to secure network queries and bypass local DNS restrictions.

    Godnsdns-over-https
    Voir sur GitHub↗4,072
  • mr-karan/doggoAvatar de mr-karan

    mr-karan/doggo

    4,130Voir sur GitHub↗

    doggo is a multi-protocol DNS lookup client, performance analyzer, and diagnostic troubleshooting tool. It functions as a command-line utility for performing DNS queries across various transport protocols, including UDP, TCP, HTTPS, TLS, and QUIC. The project distinguishes itself through a focus on secure and distributed resolution. It implements encrypted DNS standards such as DNS over HTTPS, DNS over QUIC, and DNSCrypt, and provides DNSSEC validation to verify chains of trust for signed domains. Additionally, it can execute queries from global geographic locations via an external API to ana

    Encrypts queries and responses via HTTPS to prevent eavesdropping and manipulation of network traffic.

    Godnsdns-clientdoh
    Voir sur GitHub↗4,130
  1. Home
  2. Networking & Communication
  3. DNS Servers
  4. DNS-over-HTTPS Servers
  5. DNS-over-HTTPS Clients

Explorer les sous-tags

  • CLI Configuration ToolsCommand-line interfaces for managing the configuration of encrypted DNS tunnels and failover settings. **Distinct from DNS-over-HTTPS Clients:** Focuses on the administrative CLI interface rather than the network transport implementation of the DoH client.
  • DoH IP DetectionUsing DNS-over-HTTPS queries specifically to identify the public IP of the local host. **Distinct from DNS-over-HTTPS Clients:** Focuses on IP discovery rather than general secure DNS resolution