5 lines
130 B
Batchfile
5 lines
130 B
Batchfile
@ECHO OFF
|
|
PUSHD "%~dp0"
|
|
bitsadmin /transfer blacklist https://p.thenewone.lol/domains-export.txt "%CD%\russia-blacklist.txt"
|
|
POPD
|