Analysis updated 2026-05-18
Unblock Discord and YouTube on a Windows machine in a censored region without using a VPN.
Run a background service that automatically applies DPI bypass techniques on every system startup.
Test different packet manipulation strategies to find which one works best for your network conditions.
Avoid disrupting online games while still bypassing censorship for other traffic.
| flowseal/zapret-discord-youtube | realpython/python-guide | atlas-os/atlas | |
|---|---|---|---|
| Stars | 27,460 | 29,607 | 20,514 |
| Language | Batchfile | Batchfile | Batchfile |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 1/5 | 3/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Windows admin privileges and WinDivert driver installation, antivirus software may flag the tool.
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.
Windows batch scripts that bypass internet censorship in Russia using DPI circumvention to unblock Discord, YouTube, and other services.
Mainly Batchfile. The stack also includes Batch, WinDivert, Windows.
License could not be detected automatically. Check the repository's LICENSE file before use.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.