Skip to content

Commit c367576

Browse files
committed
chore: add new pre-configs
1 parent db169e8 commit c367576

16 files changed

+256
-2
lines changed

pre-configs/DiscordFix (ALT v2).bat

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Discord Fix ALT v2
9+
set LIST_PATH=%~dp0..\lists\list-discord.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=443 --wf-udp=443,50000-65535 ^
14+
--filter-tcp=80 --dpi-desync=fake,split2 --dpi-desync-autottl=3 --dpi-desync-fooling=badseq --new ^
15+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-cutoff=d4 --dpi-desync-udplen-increment=15 --dpi-desync-repeats=8 --dpi-desync-udplen-pattern=0xCAFEBABE --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
16+
--filter-udp=50000-65535 --dpi-desync=fake,tamper --dpi-desync-any-protocol --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split2,disorder2 --dpi-desync-split-pos=2 --dpi-desync-autottl=3 --dpi-desync-repeats=8 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/DiscordFix (ALT v3).bat

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Discord Fix ALT v3
9+
set LIST_PATH=%~dp0..\lists\list-discord.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=443 --wf-udp=443,50000-65535 ^
14+
--filter-tcp=80 --dpi-desync=fake,disorder2 --dpi-desync-autottl=4 --dpi-desync-fooling=md5sig --new ^
15+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-cutoff=n4 --dpi-desync-udplen-increment=20 --dpi-desync-repeats=10 --dpi-desync-udplen-pattern=0xFEEDFACE --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
16+
--filter-udp=50000-65535 --dpi-desync=fake,disorder2 --dpi-desync-any-protocol --dpi-desync-cutoff=d5 --dpi-desync-repeats=10 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split,tamper --dpi-desync-split-pos=3 --dpi-desync-autottl=4 --dpi-desync-repeats=10 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/RussiaFix (ALT).bat

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Russia Fix ALT (http,https,quic)
9+
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=80,443 --wf-udp=443,50000-50099 ^
14+
--filter-tcp=80 --dpi-desync=fake,split2 --dpi-desync-autottl=3 --dpi-desync-fooling=md5sig --hostlist-auto="%BIN%autohostlist.txt" --new ^
15+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split2,disorder2 --dpi-desync-split-pos=2 --dpi-desync-repeats=10 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin" --new ^
16+
--filter-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=3 --dpi-desync-fooling=badseq --new ^
17+
--filter-udp=50000-50099 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake,tamper --dpi-desync-repeats=8 --dpi-desync-any-protocol --dpi-desync-cutoff=n4 --new ^
18+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-repeats=10 --dpi-desync-udplen-increment=15 --dpi-desync-udplen-pattern=0xCAFEBABE --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
19+
--filter-udp=443 --dpi-desync=fake,disorder2 --dpi-desync-repeats=10

pre-configs/UltimateFix (ALT v10).bat

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Ultimate Fix ALT v10
9+
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
14+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-repeats=11 --dpi-desync-udplen-increment=10 --dpi-desync-udplen-pattern=0xDEADBEEF --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-udp=50000-65535 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake,tamper --dpi-desync-any-protocol --dpi-desync-cutoff=n5 --dpi-desync-repeats=11 --new ^
16+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-autottl=5 --dpi-desync-fooling=badseq --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split2,disorder2 --dpi-desync-split-pos=4 --dpi-desync-autottl=5 --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/UltimateFix (ALT v11).bat

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Ultimate Fix ALT v11
9+
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
14+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,tamper --dpi-desync-repeats=9 --dpi-desync-udplen-increment=15 --dpi-desync-udplen-pattern=0xCAFEBABE --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-udp=50000-65535 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-any-protocol --dpi-desync-cutoff=d4 --dpi-desync-repeats=9 --new ^
16+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-autottl=4 --dpi-desync-fooling=md5sig --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split,tamper --dpi-desync-split-pos=3 --dpi-desync-autottl=4 --dpi-desync-repeats=9 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/UltimateFix (ALT v12).bat

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Ultimate Fix ALT v12
9+
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
14+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-repeats=7 --dpi-desync-udplen-increment=20 --dpi-desync-udplen-pattern=0xFEEDFACE --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-udp=50000-65535 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake,split --dpi-desync-any-protocol --dpi-desync-cutoff=n3 --dpi-desync-repeats=7 --new ^
16+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,tamper --dpi-desync-autottl=3 --dpi-desync-fooling=badseq --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split2,disorder2 --dpi-desync-split-pos=2 --dpi-desync-autottl=3 --dpi-desync-repeats=7 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/UltimateFix (ALT v6).bat

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Ultimate Fix ALT v6
9+
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
14+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake --dpi-desync-repeats=8 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-udp=50000-65535 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=8 --new ^
16+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-repeats=8 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/UltimateFix (ALT v7).bat

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Ultimate Fix ALT v7
9+
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
14+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake --dpi-desync-repeats=10 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-udp=50000-65535 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d4 --dpi-desync-repeats=10 --new ^
16+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-autottl=3 --dpi-desync-fooling=md5sig --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-autottl=3 --dpi-desync-repeats=10 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/UltimateFix (ALT v8).bat

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Ultimate Fix ALT v8
9+
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
14+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-repeats=12 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-udp=50000-65535 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake,tamper --dpi-desync-any-protocol --dpi-desync-cutoff=d5 --dpi-desync-repeats=12 --new ^
16+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-autottl=4 --dpi-desync-fooling=md5sig --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split2 --dpi-desync-split-pos=3 --dpi-desync-autottl=4 --dpi-desync-repeats=12 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/UltimateFix (ALT v9).bat

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Ultimate Fix ALT v9
9+
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
14+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,tamper --dpi-desync-repeats=8 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-udp=50000-65535 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-any-protocol --dpi-desync-cutoff=n4 --dpi-desync-repeats=8 --new ^
16+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,split --dpi-desync-autottl=3 --dpi-desync-fooling=badseq --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split,disorder2 --dpi-desync-split-pos=2 --dpi-desync-autottl=3 --dpi-desync-repeats=8 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Ultimate Fix Universal v2
9+
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
14+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-repeats=8 --dpi-desync-udplen-increment=12 --dpi-desync-udplen-pattern=0xDEADBEEF --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-udp=50000-65535 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake,tamper --dpi-desync-any-protocol --dpi-desync-cutoff=d4 --dpi-desync-repeats=8 --new ^
16+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-autottl=3 --dpi-desync-fooling=md5sig --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split2,disorder2 --dpi-desync-split-pos=2 --dpi-desync-autottl=3 --dpi-desync-repeats=8 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: Ultimate Fix Universal v3
9+
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
10+
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
11+
12+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
13+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
14+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-repeats=10 --dpi-desync-udplen-increment=15 --dpi-desync-udplen-pattern=0xCAFEBABE --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-udp=50000-65535 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-any-protocol --dpi-desync-cutoff=n5 --dpi-desync-repeats=10 --new ^
16+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-autottl=4 --dpi-desync-fooling=badseq --new ^
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split,tamper --dpi-desync-split-pos=3 --dpi-desync-autottl=4 --dpi-desync-repeats=10 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/UltimateFix (ALT).bat pre-configs/UltimateFix (Universal).bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chcp 65001 >nul
55
cd /d "%~dp0..\"
66
set BIN=%~dp0..\bin\
77

8-
set LIST_TITLE=ZAPRET: Ultimate Fix ALT
8+
set LIST_TITLE=ZAPRET: Ultimate Fix Universal
99
set LIST_PATH=%~dp0..\lists\list-ultimate.txt
1010
set DISCORD_IPSET_PATH=%~dp0..\lists\ipset-discord.txt
1111

@@ -14,4 +14,4 @@ start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
1414
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
1515
--filter-udp=50000-65535 --ipset="%DISCORD_IPSET_PATH%" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=6 --new ^
1616
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^
17-
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,split --dpi-desync-autottl=5 --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"
17+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-repeats=6 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin" --dpi-desync-split-pos=1

pre-configs/YoutubeFix (ALT v2).bat

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: YouTube Fix ALT v2
9+
set LIST_PATH=%~dp0..\lists\list-youtube.txt
10+
11+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
12+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
13+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-udplen-increment=15 --dpi-desync-repeats=8 --dpi-desync-udplen-pattern=0xCAFEBABE --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
14+
--filter-udp=50000-65535 --dpi-desync=fake,tamper --dpi-desync-any-protocol --dpi-desync-cutoff=d4 --dpi-desync-repeats=8 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-autottl=3 --dpi-desync-fooling=badseq --new ^
16+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split2,disorder2 --dpi-desync-split-pos=2 --dpi-desync-autottl=3 --dpi-desync-repeats=8 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/YoutubeFix (ALT v3).bat

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: YouTube Fix ALT v3
9+
set LIST_PATH=%~dp0..\lists\list-youtube.txt
10+
11+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
12+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
13+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,split2 --dpi-desync-udplen-increment=20 --dpi-desync-repeats=10 --dpi-desync-udplen-pattern=0xFEEDFACE --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
14+
--filter-udp=50000-65535 --dpi-desync=fake,disorder2 --dpi-desync-any-protocol --dpi-desync-cutoff=n4 --dpi-desync-repeats=10 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,disorder2 --dpi-desync-autottl=4 --dpi-desync-fooling=md5sig --new ^
16+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split,tamper --dpi-desync-split-pos=3 --dpi-desync-autottl=4 --dpi-desync-repeats=10 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

pre-configs/YoutubeFix (ALT v4).bat

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
@echo off
2+
chcp 65001 >nul
3+
:: 65001 - UTF-8
4+
5+
cd /d "%~dp0..\"
6+
set BIN=%~dp0..\bin\
7+
8+
set LIST_TITLE=ZAPRET: YouTube Fix ALT v4
9+
set LIST_PATH=%~dp0..\lists\list-youtube.txt
10+
11+
start "%LIST_TITLE%" /min "%BIN%winws.exe" ^
12+
--wf-tcp=80,443 --wf-udp=443,50000-65535 ^
13+
--filter-udp=443 --hostlist="%LIST_PATH%" --dpi-desync=fake,tamper --dpi-desync-udplen-increment=25 --dpi-desync-repeats=12 --dpi-desync-udplen-pattern=0xBEEFCAFE --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
14+
--filter-udp=50000-65535 --dpi-desync=fake,split2 --dpi-desync-any-protocol --dpi-desync-cutoff=d5 --dpi-desync-repeats=12 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
15+
--filter-tcp=80 --hostlist="%LIST_PATH%" --dpi-desync=fake,split --dpi-desync-autottl=5 --dpi-desync-fooling=md5sig --new ^
16+
--filter-tcp=443 --hostlist="%LIST_PATH%" --dpi-desync=split2,disorder2 --dpi-desync-split-pos=4 --dpi-desync-autottl=5 --dpi-desync-repeats=12 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%BIN%tls_clienthello_www_google_com.bin"

0 commit comments

Comments
 (0)