masterking32/masterdnsvpn

Advanced DNS tunneling VPN for censorship bypass, optimized beyond DNSTT and SlipStream with low-overhead ARQ, resolver load balancing, high packet-loss...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 1st, 2026
Created on January 18th, 2026
Open Issues & Pull Requests: 23 (+0)
GitHub issues: Enabled
Number of forks: 809
Total Stargazers: 6,989 (+1)
Total Subscribers: 78 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 17
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 88 days
Stale 30+ days: 16
Stale 90+ days: 8

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (4)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

MasterDnsVPN is a DNS tunneling VPN that carries TCP traffic through DNS queries and responses for censorship bypass and network access in restricted environments.

The tool solves the problem of accessing blocked content and services by tunneling traffic through DNS, a protocol typically allowed even in heavily filtered networks. Unlike similar projects, MasterDnsVPN uses a fundamentally different implementation approach centered on compatibility with diverse resolver behaviors and harsh network conditions. It incorporates low-overhead automatic repeat request (ARQ) mechanisms, resolver load balancing across multiple DNS servers, and optimizations for high packet-loss stability. These design choices aim to preserve data delivery reliability even when network conditions are poor or DNS resolvers behave unpredictably.

Developers considering adoption should understand that this tool targets scenarios where standard VPN and proxy solutions are blocked or unavailable, particularly in regions with heavy internet censorship. It suits projects requiring covert network access through DNS tunneling rather than conventional VPN protocols. The README positions the tool as an advancement over DNSTT and SlipStream, claiming superior stability and speed through its architectural choices, though specific performance comparisons are not detailed in the available documentation.

The project maintains active development with regular updates and bug fixes. The codebase shows ongoing refinement of core tunneling mechanisms and stability improvements. Documentation is provided in multiple languages, indicating sustained effort to serve a global user base. The project includes comprehensive configuration options and appears to prioritize robustness in adverse network scenarios based on the emphasis on packet-loss handling and resolver compatibility throughout the implementation.