mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-06-23 23:00:07 -07:00
Compare commits
5 Commits
2b16cb4444
...
7002b334a7
Author | SHA1 | Date | |
---|---|---|---|
|
7002b334a7 | ||
|
30c8ce9b68 | ||
|
81cf594ae4 | ||
|
7aedfac35f | ||
|
ef746381bd |
@ -14,6 +14,7 @@ for /f "delims=" %%A in ('powershell -command "(Invoke-WebRequest -Uri \"%GITHUB
|
||||
:: Error handling
|
||||
if not defined GITHUB_VERSION (
|
||||
echo Error: Failed to fetch the latest version. Check your internet connection
|
||||
goto :EOF
|
||||
)
|
||||
|
||||
:: Version comparison
|
||||
@ -33,4 +34,4 @@ if "%LOCAL_VERSION%"=="%GITHUB_VERSION%" (
|
||||
)
|
||||
)
|
||||
if not "%1"=="soft" pause
|
||||
endlocal
|
||||
endlocal
|
||||
|
@ -1,5 +1,3 @@
|
||||
canary.discord.com
|
||||
cdn.discordapp.com
|
||||
cloudflare-ech.com
|
||||
dis.gd
|
||||
discord-attachments-uploads-prd.storage.googleapis.com
|
||||
@ -15,7 +13,6 @@ discord.media
|
||||
discord.new
|
||||
discord.status
|
||||
discord.store
|
||||
discord.activities.com
|
||||
discordapp.com
|
||||
discordapp.net
|
||||
discordcdn.com
|
||||
@ -23,13 +20,6 @@ discordmerch.com
|
||||
discordpartygames.com
|
||||
discordsays.com
|
||||
discordsez.com
|
||||
gateway.discord.gg
|
||||
images-ext-1.discordapp.net
|
||||
images-ext-2.discordapp.net
|
||||
latency.discord.media
|
||||
discord-activities.com
|
||||
discordactivities.com
|
||||
ptb.discord.com
|
||||
stable.dl2.discordapp.net
|
||||
status.discord.com
|
||||
updates.discord.com
|
@ -1,8 +1,6 @@
|
||||
10tv.app
|
||||
7tv.app
|
||||
7tv.io
|
||||
canary.discord.com
|
||||
cdn.discordapp.com
|
||||
cloudflare-ech.com
|
||||
dis.gd
|
||||
discord-attachments-uploads-prd.storage.googleapis.com
|
||||
@ -27,18 +25,10 @@ discordmerch.com
|
||||
discordpartygames.com
|
||||
discordsays.com
|
||||
discordsez.com
|
||||
gateway.discord.gg
|
||||
ggpht.com
|
||||
googlevideo.com
|
||||
images-ext-1.discordapp.net
|
||||
images-ext-2.discordapp.net
|
||||
jnn-pa.googleapis.com
|
||||
latency.discord.media
|
||||
media.discordapp.net
|
||||
ptb.discord.com
|
||||
stable.dl2.discordapp.net
|
||||
status.discord.com
|
||||
updates.discord.com
|
||||
wide-youtube.l.google.com
|
||||
youtube-nocookie.com
|
||||
youtube-ui.l.google.com
|
||||
@ -49,4 +39,4 @@ youtubei.googleapis.com
|
||||
youtu.be
|
||||
yt-video-upload.l.google.com
|
||||
ytimg.com
|
||||
ytimg.l.google.com
|
||||
ytimg.l.google.com
|
||||
|
@ -118,7 +118,5 @@ sc create %SRVCNAME% binPath= "\"%BIN_PATH%winws.exe\" %ARGS%" DisplayName= "zap
|
||||
sc description %SRVCNAME% "Zapret DPI bypass software"
|
||||
sc start %SRVCNAME%
|
||||
|
||||
echo Service launched!
|
||||
|
||||
pause
|
||||
endlocal
|
||||
endlocal
|
||||
|
@ -20,7 +20,5 @@ sc delete "WinDivert"
|
||||
net stop "WinDivert14"
|
||||
sc delete "WinDivert14"
|
||||
|
||||
echo Services have been stopped
|
||||
|
||||
pause
|
||||
endlocal
|
||||
|
Loading…
Reference in New Issue
Block a user