Skip to content

Commit 349cf13

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 5c9caad + 6d17b7e commit 349cf13

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

general (FAKE TLS MOD).bat

Lines changed: 16 additions & 0 deletions
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+
call service_status.bat zapret
7+
call check_updates.bat soft
8+
echo:
9+
10+
set BIN=%~dp0bin\
11+
12+
start "zapret: general" /min "%BIN%winws.exe" --wf-tcp=80,443 --wf-udp=443,50000-50100 ^
13+
--filter-udp=443 --hostlist="list-general.txt" --dpi-desync=fake --dpi-desync-repeats=8 --dpi-desync-fake-quic="%BIN%quic_initial_www_google_com.bin" --new ^
14+
--filter-udp=50000-50100 --ipset="ipset-discord.txt" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d4 --dpi-desync-repeats=8 --new ^
15+
--filter-tcp=80 --hostlist="list-general.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=3 --dpi-desync-fooling=md5sig --new ^
16+
--filter-tcp=443 --hostlist="list-general.txt" --dpi-desync=fake --dpi-desync-ttl=4 --dpi-desync-fake-tls-mod=rnd,rndsni,padencap

ipset-discord.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
35.217.60.0/24
618618
35.217.61.128/25
619619
35.217.62.0/24
620-
35.217.63.128/25
620+
35.217.63.128/24
621621
35.219.225.149
622622
35.219.226.57
623623
35.219.227.0/24

0 commit comments

Comments
 (0)