mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-06-23 23:00:07 -07:00
upd
This commit is contained in:
parent
87ee178546
commit
142fd3c15b
@ -38,6 +38,13 @@ if %ERRORLEVEL%==0 (
|
|||||||
echo 104.24.0.0/14
|
echo 104.24.0.0/14
|
||||||
echo 172.64.0.0/13
|
echo 172.64.0.0/13
|
||||||
echo 131.0.72.0/22
|
echo 131.0.72.0/22
|
||||||
|
echo 2400:cb00::/32
|
||||||
|
echo 2606:4700::/32
|
||||||
|
echo 2803:f800::/32
|
||||||
|
echo 2405:b500::/32
|
||||||
|
echo 2405:8100::/32
|
||||||
|
echo 2a06:98c0::/29
|
||||||
|
echo 2c0f:f248::/32
|
||||||
)
|
)
|
||||||
) else (
|
) else (
|
||||||
echo Disabling cloudflare bypass...
|
echo Disabling cloudflare bypass...
|
||||||
|
20
general (ALT6).bat
Normal file
20
general (ALT6).bat
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
@echo off
|
||||||
|
chcp 65001 > nul
|
||||||
|
:: 65001 - UTF-8
|
||||||
|
|
||||||
|
cd /d "%~dp0"
|
||||||
|
call service.bat status_zapret
|
||||||
|
call service.bat check_updates
|
||||||
|
echo:
|
||||||
|
|
||||||
|
set "BIN=%~dp0bin\"
|
||||||
|
set "LISTS=%~dp0lists\"
|
||||||
|
|
||||||
|
start "zapret: general (ALT6)" /min "%BIN%winws.exe" --wf-tcp=80,443 --wf-udp=443,50000-50100 ^
|
||||||
|
--filter-udp=443 --hostlist="%LISTS%list-general.txt" --dpi-desync=fake --dpi-desync-repeats=8 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
|
||||||
|
--filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=8 --new ^
|
||||||
|
--filter-tcp=80 --hostlist="%LISTS%list-general.txt" --dpi-desync=fakedsplit --dpi-desync-repeats=8 --dpi-desync-autottl --dpi-desync-fooling=md5sig,badseq,badsum --new ^
|
||||||
|
--filter-tcp=443 --hostlist="%LISTS%list-general.txt" --dpi-desync=fakedsplit --dpi-desync-autottl --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=8 --dpi-desync-fooling=md5sig,badseq,badsum --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin" --new ^
|
||||||
|
--filter-udp=443 --ipset="%LISTS%ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=8 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
|
||||||
|
--filter-tcp=80 --ipset="%LISTS%ipset-cloudflare.txt" --dpi-desync=fakedsplit --dpi-desync-repeats=8 --dpi-desync-autottl --dpi-desync-fooling=md5sig,badseq,badsum --new ^
|
||||||
|
--filter-tcp=443 --ipset="%LISTS%ipset-cloudflare.txt" --dpi-desync=fakedsplit --dpi-desync-autottl --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=8 --dpi-desync-fooling=md5sig,badseq,badsum --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"
|
@ -13,3 +13,10 @@
|
|||||||
104.24.0.0/14
|
104.24.0.0/14
|
||||||
172.64.0.0/13
|
172.64.0.0/13
|
||||||
131.0.72.0/22
|
131.0.72.0/22
|
||||||
|
2400:cb00::/32
|
||||||
|
2606:4700::/32
|
||||||
|
2803:f800::/32
|
||||||
|
2405:b500::/32
|
||||||
|
2405:8100::/32
|
||||||
|
2a06:98c0::/29
|
||||||
|
2c0f:f248::/32
|
@ -11,7 +11,6 @@ discord.gifts
|
|||||||
discord.gg
|
discord.gg
|
||||||
discord.media
|
discord.media
|
||||||
discord.new
|
discord.new
|
||||||
discord.status
|
|
||||||
discord.store
|
discord.store
|
||||||
discordapp.com
|
discordapp.com
|
||||||
discordapp.net
|
discordapp.net
|
||||||
|
@ -12,7 +12,6 @@ discord.gg
|
|||||||
discord.media
|
discord.media
|
||||||
discord.new
|
discord.new
|
||||||
discord.store
|
discord.store
|
||||||
discord.status
|
|
||||||
discord-activities.com
|
discord-activities.com
|
||||||
discordactivities.com
|
discordactivities.com
|
||||||
discordapp.com
|
discordapp.com
|
||||||
|
Loading…
Reference in New Issue
Block a user