⚠️ Windows only — requires WinDivert kernel driver. Linux and macOS are not supported and will not be.
DPI bypass core for YouTube and Discord on Windows. Finds a working strategy for your ISP automatically, remembers it, and recovers when your ISP updates their blocking — no manual configuration needed.
Designed to be used as a backend for GUI wrappers via its HTTP API.
Built on top of zapret by bol-van and inspired by zapret-discord-youtube by Flowseal.
- Detects your ISP via ASN lookup
- Tests up to 137 DPI bypass strategy combinations
- Saves what works to
data/knowledge.json - On next run — starts with the best known strategy immediately
- Watchdog detects when ISP updates blocking and finds a new strategy automatically
- Windows 7 or later (x64)
- Administrator rights — WinDivert installs a kernel driver
- Internet connection
Extract anywhere. Run as Administrator.
Build from source (requires Go 1.21+ and Windows):
git clone https://github.com/elev1e1nSure/zapret-core.git
cd zapret-core
:: Quick dev build
go build -ldflags="-s -w" -o zapret-core.exe ./internal
:: Release build (strips debug info + packages dist zip)
build.bat# Find a working strategy for your ISP
zapret-core.exe --find
# Run with the best known strategy
zapret-core.exe
# Run as HTTP API server (for GUI wrappers)
zapret-core.exe --server
# Monitor with auto-recovery
zapret-core.exe --watch
--watchand--servercannot run simultaneously — both manage winws independently and will conflict. UsePOST /api/watchdoginstead when running in server mode.
- bol-van — zapret, winws, WinDivert, fake packet binaries
- Flowseal — strategy presets and parameter research
MIT © elev1e1nSure