whatisgithub

What is discordfix?

wavestorycourtyard/discordfix — explained in plain English

Analysis updated 2026-05-18

116BatchfileAudience · generalComplexity · 2/5Setup · moderate

In one sentence

A Windows tool built on the zapret project that helps users in Russia bypass provider blocking of Discord and YouTube.

Mindmap

mindmap
  root((DiscordFix))
    What it does
      Bypasses provider blocking
      Based on zapret
      Confuses packet inspection
    Tech stack
      Batchfile scripts
      WinDivert driver
    Use cases
      Restore Discord access
      Restore YouTube access
      Run as background service
    Audience
      Users in Russia
      General Windows users
    Setup
      Antivirus exclusion
      Secure DNS first
      Multiple strategies

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Restore access to Discord or YouTube when a Russian internet provider is blocking them.

USE CASE 2

Run different bypass strategies to find the one that works for a specific provider.

USE CASE 3

Install the fix as a background Windows service that starts automatically on boot.

What is it built with?

BatchfileWinDivert

How does it compare?

wavestorycourtyard/discordfixsaideens-libraries/all-in-one-runtime-installer-v2sodam-ai/hermes-agent_one-click_kit
Stars11613651
LanguageBatchfileBatchfileBatchfile
Setup difficultymoderateeasyeasy
Complexity2/51/52/5
Audiencegeneralgeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires an antivirus exclusion for the WinDivert driver and a folder path free of Cyrillic characters.

So what is it?

This repository is a Windows tool that helps users in Russia bypass internet restrictions to access Discord and YouTube. It is based on a project called zapret, which works by intercepting and modifying network traffic in a way that confuses deep packet inspection systems, the technology internet providers use to detect and block certain services. The README is written in Russian. The tool works through a component called WinDivert, a Windows driver that captures and filters network packets. The README notes that antivirus software may flag WinDivert as suspicious because the same driver is also used by some malicious programs, but it explains that the driver itself is legitimate and signed for 64-bit Windows. Users may need to add an exclusion in their antivirus or disable detection of potentially unwanted applications. Installation involves downloading a ZIP archive from the releases page, extracting it to a folder path that contains no Cyrillic characters or special symbols, and running one of the included batch files. Before that, users are instructed to enable secure DNS in their browser (Chrome, Firefox, or Windows 11 system settings) using a provider other than the default, because some default DNS providers may also be blocked. Two main batch files handle different use cases. One runs a bypass strategy directly and is useful for testing which strategy works for a given internet provider. The other installs a strategy as a Windows service so it starts automatically on boot, and it also includes options for checking status, updating IP address lists, updating a hosts file needed for Telegram web and Discord voice chat, and running diagnostics to identify common problems. The README warns that individual bypass strategies may stop working over time as providers update their detection systems. Multiple strategies labeled ALT, FAKE, and others are included, and users are advised to try different ones if one stops working.

Copy-paste prompts

Prompt 1
Walk me through installing this tool and choosing a bypass strategy that works for my internet provider.
Prompt 2
Explain what WinDivert does in this repo and why antivirus software might flag it.
Prompt 3
Why does this repo tell me to set up secure DNS before running the batch files, and how do I do that?
Prompt 4
Using this repo's diagnostics option, help me figure out why Discord voice chat still isn't connecting.

Frequently asked questions

What is discordfix?

A Windows tool built on the zapret project that helps users in Russia bypass provider blocking of Discord and YouTube.

What language is discordfix written in?

Mainly Batchfile. The stack also includes Batchfile, WinDivert.

How hard is discordfix to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is discordfix for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.