1 रिपॉजिटरी
Modular implementations of multiple DNS transport protocols for upstream communication.
Distinct from DNS-over-HTTPS Servers: Focuses on the ability to swap different forwarding protocols (DoH, DoT, QUIC) rather than just hosting a single protocol server.
Explore 1 awesome GitHub repository matching networking & communication · Pluggable Forwarding Protocols. Refine with filters or upvote what's useful.
mosdns is a DNS forwarding server and traffic filter that routes DNS queries to multiple upstream providers. It functions as a rule-based DNS router and a proxy for DNS-over-HTTPS and DNS-over-TLS to ensure secure DNS resolution. The system utilizes a pipeline-based request processing model and rule-based query routing to direct specific domain queries to different upstream servers. It implements pluggable transport layers and forwarding protocols, including HTTPS, TLS, and QUIC, to encrypt traffic and prevent eavesdropping. The project includes capabilities for upstream load balancing to di
Implements pluggable forwarding protocols including DNS-over-HTTPS, DNS-over-TLS, and QUIC for secure upstream communication.