ZapretControl - GUI for zapret-discord-youtube
A small GUI application to running scripts for Zapret
The executable and scripts are taken directly from the original repository via git submodule.
- .NET 6 - Windows 7 (Needs old WinDivert)
- .NET 8 - Windows 10+
# Updating submodule
git submodule update --recursive --remote# Local publish (Publish to folder is broken in VS)
dotnet publish -c Release -p:PublishProfile=net6 -f net6.0-windows /property:Version=1.*.*
dotnet publish -c Release -p:PublishProfile=net8 -f net8.0-windows /property:Version=1.*.*- zapret-discord-youtube by @Flowseal
- zapret by @bol-van
- WinDivert by @basil00

