masterking32/MasterDnsVPN
原文摘要
Advanced DNS tunneling VPN for censorship bypass, optimized beyond DNSTT and SlipStream with low-overhead ARQ, resolver load balancing, high packet-loss stability and speed. # MasterDnsVPN Project 🔐 | نسخه فارسی | English Version | Русская версия | MasterDnsVPN is a scientific and research-oriented project for carrying TCP traffic through DNS queries and responses. In broad goal, it is similar to projects such as DNSTT or SlipStream, but it follows a fundamentally different structure and implementation approach. This system is designed around compatibility with many resolver behaviors and harsh network conditions, with the goal of preserving the highest possible stability and data delivery even in the worst cases. 📊 MasterDnsVPN Compared with Similar Projects Feature SlipStream DNSTT MasterDnsVPN Protocol type Advanced DNS tunnel Classic DNS tunnel Advanced DNS tunnel / VPN Transport protocol QUIC KCP + Noise Custom protocol + ARQ Transport header overhead 🟠 ~24B 🔴 ~59B 🟢 ~5–7B ≈88% lower than DNSTT ≈71% lower than SlipStream Encryption style TLS 1.3 (inside QUIC) Noise (Curve25519) AES / ChaCha20 / XOR (if XOR is used: lightweight with lower security and no extra overhead) Ar…
📋 本文为 GitHub Trending Daily RSS 的 RSS 摘要原文,未经 AI 整理。完整上下文请以 原文 为准。