explaingit

darkuaexalt20/zapret-discord-youtube

Analysis updated 2026-05-18

17BatchfileAudience · generalComplexity · 2/5Setup · moderate

TLDR

A Windows script package that helps bypass provider-level blocking of Discord and YouTube by filtering network traffic.

Mindmap

mindmap
  root((zapret discord youtube))
    What it does
      Bypasses DPI blocking
      Restores Discord access
      Restores YouTube access
    Tech stack
      Batch scripts
      WinDivert driver
    Use cases
      Fix blocked voice chat
      Fix blocked video
      Run as background service
    Audience
      Non technical users
      Windows users
    Setup
      Download release archive
      Extract and run script
      Try different 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 when a provider blocks or throttles it.

USE CASE 2

Restore access to YouTube when it is blocked at the network level.

USE CASE 3

Run a working bypass strategy automatically as a Windows service.

What is it built with?

BatchfileWinDivert

How does it compare?

darkuaexalt20/zapret-discord-youtubehd008/cpa-to-sub2apinewmatrix/winrtp
Stars171412
LanguageBatchfileBatchfileBatchfile
Setup difficultymoderateeasyeasy
Complexity2/51/51/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

May trigger antivirus false positives on WinDivert and requires testing several strategies to find one that works.

In plain English

This repository is a Windows configuration package based on the zapret project, a tool designed to bypass deep packet inspection (DPI) blocking that internet providers use to restrict access to services like Discord and YouTube. The README is written in Russian and the project is aimed at users in regions where these services are blocked or throttled at the network level. Deep packet inspection is a technique that some internet providers and governments use to inspect network traffic and block connections to specific services. Zapret works by intercepting and modifying network packets in ways that confuse or bypass this inspection without using a VPN. On Windows, it relies on a driver component called WinDivert to capture and filter network traffic, which is the same approach Linux systems handle with built-in firewall tools. Because WinDivert is a general-purpose packet capture tool, some antivirus programs flag it as suspicious, though the README explains that WinDivert itself is not malware and describes how to add an exclusion if your antivirus blocks it. The package includes a set of batch scripts for Windows. One script runs bypass strategies manually so you can test which one works for your internet provider, since DPI configurations vary by region and provider. Another script installs the strategy as a Windows service so it starts automatically on boot, with options to check status, run diagnostics, update configuration files, and toggle a game filter mode for UDP-heavy traffic. The README notes that strategies can stop working over time as providers update their blocking methods, and suggests trying alternative bypass configurations if that happens. This repository appears to be a personal fork that credits the original Flowseal/zapret-discord-youtube project and includes a warning that fake redistributions exist outside the original GitHub page. The README content, installation steps, and troubleshooting sections are in Russian.

Copy-paste prompts

Prompt 1
Explain how WinDivert lets this tool intercept and filter network traffic on Windows.
Prompt 2
Walk me through installing the bypass strategy as an autostart Windows service.
Prompt 3
Help me troubleshoot why my antivirus is flagging WinDivert as suspicious.
Prompt 4
What should I do if a working bypass strategy suddenly stops working?

Frequently asked questions

What is zapret-discord-youtube?

A Windows script package that helps bypass provider-level blocking of Discord and YouTube by filtering network traffic.

What language is zapret-discord-youtube written in?

Mainly Batchfile. The stack also includes Batchfile, WinDivert.

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 general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.