explaingit

flowseal/zapret-discord-youtube

Analysis updated 2026-05-18

27,460BatchfileAudience · developerComplexity · 3/5Setup · moderate

TLDR

Windows batch scripts that bypass internet censorship in Russia using DPI circumvention to unblock Discord, YouTube, and other services.

Mindmap

mindmap
  root((repo))
    What it does
      Unblocks censored sites
      Modifies network packets
      Runs locally on Windows
    How it works
      DPI circumvention
      WinDivert driver
      Packet manipulation
    Setup and use
      Batch file scripts
      Background service
      Auto-update checker
    Key features
      Game filter mode
      Diagnostic tools
      Manual test mode
Click or tap to explore — scroll the page freely

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

Unblock Discord and YouTube on a Windows machine in a censored region without using a VPN.

USE CASE 2

Run a background service that automatically applies DPI bypass techniques on every system startup.

USE CASE 3

Test different packet manipulation strategies to find which one works best for your network conditions.

USE CASE 4

Avoid disrupting online games while still bypassing censorship for other traffic.

What is it built with?

BatchWinDivertWindows

How does it compare?

flowseal/zapret-discord-youtuberealpython/python-guideatlas-os/atlas
Stars27,46029,60720,514
LanguageBatchfileBatchfileBatchfile
Setup difficultymoderateeasymoderate
Complexity3/51/53/5
Audiencedeveloperdevelopergeneral

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

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Windows admin privileges and WinDivert driver installation, antivirus software may flag the tool.

License could not be detected automatically. Check the repository's LICENSE file before use.

In plain English

This repository packages a Windows-friendly preconfigured version of zapret, an open-source traffic-manipulation tool by bol-van. The README is mostly in Russian and explains how to use it to keep services like Discord and YouTube working when network providers throttle or interfere with them through Deep Packet Inspection (DPI). Under the hood it uses WinDivert, a kernel driver that intercepts and filters network packets on Windows, the README explains that WinDivert is the Windows equivalent of iptables and NFQUEUE on Linux, is not itself a virus, but is sometimes flagged by antivirus software, with guidance on how to whitelist it. In practice you download the latest release archive, unblock and unpack it to a path that contains no Cyrillic or special characters, and then run one of the bundled .bat files. general.bat runs a chosen strategy manually for testing, service.bat installs a strategy as a Windows autostart service and exposes related actions such as removing the service, checking status, toggling a Game Filter for UDP/TCP traffic on ports above 1023, switching an IPSet filter mode, running diagnostics, updating the hosts file (notably for the web version of Telegram and Discord voice chat), and running tests against a list of target sites and DPI checkers like Cloudflare and Amazon. You would use this on a Windows machine if Discord, YouTube, or similar services have become unreliable on your network and you want a packaged set of zapret strategies and tooling to try. The README is firm that strategies stop working over time as detection improves, so you may need to try ALT, FAKE, or other variants, or build a new strategy by modifying an existing one.

Copy-paste prompts

Prompt 1
How do I install and run the zapret-discord-youtube batch scripts on my Windows machine to unblock Discord?
Prompt 2
What is DPI circumvention and how does the WinDivert driver intercept network packets to bypass censorship?
Prompt 3
How do I set up the background service so the bypass runs automatically every time I start Windows?
Prompt 4
Why might my antivirus flag WinDivert as suspicious, and is it safe to use?

Frequently asked questions

What is zapret-discord-youtube?

Windows batch scripts that bypass internet censorship in Russia using DPI circumvention to unblock Discord, YouTube, and other services.

What language is zapret-discord-youtube written in?

Mainly Batchfile. The stack also includes Batch, WinDivert, Windows.

What license does zapret-discord-youtube use?

License could not be detected automatically. Check the repository's LICENSE file before use.

How hard is zapret-discord-youtube to set up?

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

Who is zapret-discord-youtube for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub flowseal on gitmyhub

Verify against the repo before relying on details.