6 रिपॉजिटरी
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.
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.
GreenTunnel एक नेटवर्क यूटिलिटी है जिसे डीप पैकेट इंस्पेक्शन को दरकिनार करने और इंटरनेट सेंसरशिप को बायपास करने के लिए डिज़ाइन किया गया है। यह एक ऐसे टूल के रूप में कार्य करता है जो आउटगोइंग नेटवर्क पैकेट को संशोधित करता है और DNS लुकअप को एन्क्रिप्ट करता है ताकि इंटरनेट सेवा प्रदाताओं और नेटवर्क फिल्टरिंग सिस्टम को विशिष्ट वेब गंतव्यों का पता लगाने और उन्हें ब्लॉक करने से रोका जा सके। यह प्रोजेक्ट एक HTTP फ्रैगमेंटेशन प्रॉक्सी और एक HTTPS हैंडशेक फ्रैगमेंटर को लागू करता है। ये कंपोनेंट्स इंस्पेक्शन सिस्टम से होस्टनाम और गंतव्य सर्वर नामों को छिपाने के लिए कई सेगमेंट में अनुरोध हेडर और TLS हैंडशेक रिकॉर्ड को विभाजित करते हैं। सॉफ्टवेयर में एन्क्रिप्टेड प्रोटोकॉल का उपयोग करके IP पते प्राप्त करने के लिए एक DNS-over-HTTPS क्लाइंट भी शामिल है, जो मानक DNS लुकअप के इंटरसेप्शन या स्पूफिंग को रोकता है। अतिरिक्त क्षमताएं ट्रैफिक इंस्पेक्शन से बचने के लिए ट्रांसपोर्ट लेयर पर TCP पैकेट हेरफेर और सेगमेंट फ्रैगमेंटेशन को कवर करती हैं।
Implements a DNS-over-HTTPS client to securely resolve domain names and prevent ISP interception.
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.
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.
NextDNS एक नेटवर्क DNS क्लाइंट और प्रॉक्सी है जो एक लोकल रिजॉल्वर, फॉरवर्डर और DNS-over-HTTPS प्रॉक्सी के रूप में कार्य करता है। इसका प्राथमिक उद्देश्य गोपनीयता में सुधार करने और नेटवर्क प्रतिबंधों को बायपास करने के लिए एन्क्रिप्टेड HTTPS ट्रैफिक का उपयोग करके बाहरी प्रोवाइडर्स को लोकल नेम रिजॉल्यूशन रिक्वेस्ट रूट करना है। यह सर्विस mDNS या DHCP के माध्यम से एकत्र किए गए क्लाइंट आइडेंटिटी मेटाडेटा को आउटगोइंग क्वेरीज में एम्बेड करके खुद को अलग करती है, जो प्रति-डिवाइस ट्रैकिंग और अद्वितीय फिल्टरिंग प्रोफाइल लागू करने की अनुमति देती है। इसमें एडवांस्ड रूटिंग लॉजिक है, जिसमें पब्लिक और प्राइवेट रिजॉल्यूशन को संतुलित करने के लिए स्प्लिट-होरिजोन DNS, डोमेन-आधारित क्वेरी स्टीयरिंग, और प्रोवाइडर आउटेज के दौरान स्वचालित रूप से ट्रैफिक को फिर से रूट करने के लिए हेल्थ-चेक फेलओवर मैकेनिज्म शामिल है। व्यापक रूप से, यह प्रोजेक्ट TTL रीराइटिंग और लोकल होस्ट्स फाइल इंटीग्रेशन के माध्यम से DNS ट्रैफिक मैनेजमेंट को कवर करता है, साथ ही ऑटोमैटिक इनवैलिडेशन के साथ इन-मेमोरी कैशिंग के माध्यम से प्रदर्शन अनुकूलन (performance optimization) भी करता है। इसमें नेटवर्क मैनेजमेंट क्षमताएं जैसे कैप्टिव पोर्टल डिटेक्शन और सर्टिफिकेट वैधता सुनिश्चित करने के लिए सिस्टम टाइम सिंक्रोनाइज़ेशन भी शामिल है। इस सर्विस को NixOS में एक डिक्लेरेटिव सिस्टम कंपोनेंट के रूप में तैनात किया जा सकता है या सीधे होम राउटर फर्मवेयर में इंटीग्रेट किया जा सकता है।
Converts standard DNS requests into encrypted HTTPS traffic to secure network queries and bypass local DNS restrictions.
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.