Create sub project
This commit is contained in:
17
goodbyedpi/service_install_russia_blacklist_YOUTUBE.cmd
Normal file
17
goodbyedpi/service_install_russia_blacklist_YOUTUBE.cmd
Normal file
@ -0,0 +1,17 @@
|
||||
@ECHO OFF
|
||||
PUSHD "%~dp0"
|
||||
set _arch=x86
|
||||
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64)
|
||||
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64)
|
||||
|
||||
echo This script should be run with administrator privileges.
|
||||
echo Right click - run as administrator.
|
||||
echo Press any key if you're running it as administrator.
|
||||
pause
|
||||
sc stop "GoodbyeDPI"
|
||||
sc delete "GoodbyeDPI"
|
||||
sc create "GoodbyeDPI" binPath= "\"%CD%\%_arch%\goodbyedpi.exe\" -9 --fake-gen 5 --blacklist \"%CD%\russia-blacklist.txt\" --blacklist \"%CD%\russia-youtube.txt\"" start= "auto"
|
||||
sc description "GoodbyeDPI" "Passive Deep Packet Inspection blocker and Active DPI circumvention utility"
|
||||
sc start "GoodbyeDPI"
|
||||
|
||||
POPD
|
Reference in New Issue
Block a user