Create sub project
This commit is contained in:
11
goodbyedpi/1_russia_blacklist_dnsredir.cmd
Normal file
11
goodbyedpi/1_russia_blacklist_dnsredir.cmd
Normal file
@ -0,0 +1,11 @@
|
||||
@ECHO OFF
|
||||
PUSHD "%~dp0"
|
||||
set _arch=x86
|
||||
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64)
|
||||
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64)
|
||||
PUSHD "%_arch%"
|
||||
|
||||
start "" goodbyedpi.exe -9 --dns-addr 77.88.8.8 --dns-port 1253 --dnsv6-addr 2a02:6b8::feed:0ff --dnsv6-port 1253 --blacklist ..\russia-blacklist.txt --blacklist ..\russia-youtube.txt
|
||||
|
||||
POPD
|
||||
POPD
|
Reference in New Issue
Block a user