Compare commits

...

5 Commits

Author SHA1 Message Date
Flowseal
7002b334a7
Update list-general.txt 2025-03-08 15:01:41 +03:00
Flowseal
30c8ce9b68
Update list-discord.txt 2025-03-08 15:01:22 +03:00
Flowseal
81cf594ae4
Removed message on service installing
As we can't guarantee that services were launched successfully
2025-03-08 14:48:31 +03:00
Flowseal
7aedfac35f
Removed message on service deleting
As we can't guarantee that services were removed successfully
2025-03-08 14:45:42 +03:00
Flowseal
ef746381bd
Fix for undefined version 2025-03-08 14:42:56 +03:00
5 changed files with 4 additions and 27 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -20,7 +20,5 @@ sc delete "WinDivert"
net stop "WinDivert14"
sc delete "WinDivert14"
echo Services have been stopped
pause
endlocal