Skip to content

Commit ca9aee7

Browse files
committed
New strategy & Version bump
1 parent e668a2c commit ca9aee7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.service/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.3
1+
1.6.4

check_updates.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setlocal EnableDelayedExpansion
33
chcp 437 > nul
44

55
:: Set current version and URLs
6-
set "LOCAL_VERSION=1.6.3"
6+
set "LOCAL_VERSION=1.6.4"
77
set "GITHUB_VERSION_URL=https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/main/.service/version.txt"
88
set "GITHUB_RELEASE_URL=https://github.com/Flowseal/zapret-discord-youtube/releases/tag/"
99
set "GITHUB_DOWNLOAD_URL=https://github.com/Flowseal/zapret-discord-youtube/releases/latest/download/zapret-discord-youtube-"

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

0 commit comments

Comments
 (0)