Skip to content

Commit 5d88979

Browse files
committed
fix(variants): add game ipset, list and game variant
1 parent 265e3c8 commit 5d88979

File tree

7 files changed

+68
-21
lines changed

7 files changed

+68
-21
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
lists/list-custom.txt
21
lists/ipset-cloudflare.txt
32
lists/ipset-custom.txt
3+
lists/ipset-game.txt
4+
lists/list-custom.txt
5+
lists/list-game.txt
46
lists/list-auto.txt
57
lists/list-blacklist.txt
68
lists/list-exclude.txt

bin/zapret-winws-kodx-control.cmd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,21 @@ exit /b 0
248248
--filter-udp=443 %CUSTOM_IPSET% %CUSTOM_UDP%
249249
)
250250

251+
if defined GAME_LIST (
252+
set ARGS=%ARGS% --new ^
253+
--filter-tcp=80 %GAME_LIST% %GAME_HTTP% --new ^
254+
--filter-tcp=443 %GAME_LIST% %GAME_HTTPS% --new ^
255+
--filter-udp=443 %GAME_LIST% %GAME_UDP%
256+
)
257+
258+
if defined GAME_IPSET (
259+
set ARGS=%ARGS% --new ^
260+
--filter-tcp=80 %GAME_IPSET% %GAME_HTTP% --new ^
261+
--filter-tcp=443 %GAME_IPSET% %GAME_HTTPS% --new ^
262+
--filter-udp=443 %GAME_IPSET% %GAME_UDP% --new ^
263+
--filter-tcp=2099 %GAME_IPSET% %GAME_PORT%
264+
)
265+
251266
if defined BLACK_LIST (
252267
set ARGS=%ARGS% --new ^
253268
--filter-tcp=80 %BLACK_LIST% %BLACK_HTTP% --new ^

config/lists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ DIS_LIST=%LIST_PATH%\list-discord.txt
33
CF_IPSET=%LIST_PATH%\ipset-cloudflare.txt
44
CUSTOM_LIST=%LIST_PATH%\list-custom.txt
55
CUSTOM_IPSET=%LIST_PATH%\ipset-custom.txt
6+
GAME_LIST=%LIST_PATH%\list-game.txt
7+
GAME_IPSET=%LIST_PATH%\ipset-game.txt
68
BLACK_LIST=%LIST_PATH%\list-blacklist.txt
79
AUTO_LIST=%LIST_PATH%\list-auto.txt
810
EXCLUDE_LIST=%LIST_PATH%\list-exclude.txt

config/params.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ p[53]=--dpi-desync=fake,multisplit --dpi-desync-split-pos=method+2 --dpi-desync-
5454
p[54]=--dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-fooling=badseq,md5sig
5555
p[55]=--dpi-desync=fake,multisplit --dpi-desync-split-pos=method+2 --dpi-desync-fooling=md5sig
5656
p[56]=--dpi-desync=fakeddisorder --dpi-desync-ttl=1 --dpi-desync-autottl=5 --dpi-desync-split-pos=midsld
57+
p[57]=--dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig
58+
p[58]=--dpi-desync=fake --dpi-desync-autottl=2 --dpi-desync-repeats=10 --dpi-desync-any-protocol=1 --dpi-desync-fake-unknown-udp=%QUIC_GOOGLE% --dpi-desync-cutoff=n2
59+

config/variants.csv

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
YT_HTTP,DIS_HTTP,CF_HTTP,CUSTOM_HTTP,BLACK_HTTP,AUTO_HTTP,YT_HTTPS,DIS_HTTPS,CF_HTTPS,CUSTOM_HTTPS,BLACK_HTTPS,AUTO_HTTPS,YT_UDP,DIS_UDP,CF_UDP,CUSTOM_UDP,AUTO_UDP,DIS_PORT
2-
1,1,1,1,1,1,12,7,7,7,7,7,13,8,8,8,8,43
3-
1,1,1,1,1,1,4,7,7,7,7,7,6,8,8,8,8,43
4-
1,1,1,1,1,1,12,3,3,3,3,11,13,14,13,13,13,43
5-
1,1,1,1,1,1,26,26,44,44,44,44,18,18,18,18,18,43
6-
1,1,1,1,1,1,45,45,45,45,45,45,18,18,18,18,18,43
7-
1,1,1,1,1,1,16,16,16,16,16,16,18,18,18,18,18,43
8-
1,1,1,1,1,1,20,20,20,20,20,20,18,18,18,18,18,43
9-
1,1,1,1,1,1,21,21,21,21,21,21,18,18,18,18,18,43
10-
1,1,1,1,1,1,46,46,46,46,46,46,18,18,18,18,18,43
11-
1,1,1,1,1,1,47,47,47,47,47,47,18,18,18,18,18,43
12-
1,1,1,1,1,1,48,48,48,48,48,48,18,18,18,18,18,43
13-
50,50,50,50,50,50,51,51,51,51,51,51,52,52,52,52,52,43
14-
1,1,1,1,1,1,24,24,24,24,24,24,18,18,18,18,18,43
15-
1,1,1,1,1,1,27,27,27,27,27,27,18,18,18,18,18,43
16-
55,55,55,55,55,55,56,54,54,54,54,54,17,17,17,17,17,43
17-
1,1,1,1,1,1,4,7,7,7,7,7,6,8,8,8,8,10
18-
1,1,1,1,1,1,12,3,3,2,41,11,13,14,13,13,13,15
19-
53,53,53,53,53,53,54,54,54,54,54,54,18,18,18,18,18,19
20-
1,1,1,1,1,1,12,20,20,20,20,20,13,31,13,12,13,43
1+
YT_HTTP,DIS_HTTP,CF_HTTP,CUSTOM_HTTP,GAME_HTTP,BLACK_HTTP,AUTO_HTTP,YT_HTTPS,DIS_HTTPS,CF_HTTPS,CUSTOM_HTTPS,GAME_HTTPS,BLACK_HTTPS,AUTO_HTTPS,YT_UDP,DIS_UDP,CF_UDP,CUSTOM_UDP,GAME_UDP,AUTO_UDP,DIS_PORT,GAME_PORT
2+
1,1,1,1,1,1,1,12,7,7,7,7,7,7,13,8,8,8,8,8,43,57
3+
1,1,1,1,1,1,1,4,7,7,7,7,7,7,6,8,8,8,8,8,43,57
4+
1,1,1,1,1,1,1,12,3,3,3,3,3,11,13,14,13,13,13,13,43,57
5+
1,1,1,1,1,1,1,26,26,44,44,44,44,44,18,18,18,18,18,18,43,57
6+
1,1,1,1,1,1,1,45,45,45,45,45,45,45,18,18,18,18,18,18,43,57
7+
1,1,1,1,1,1,1,16,16,16,16,16,16,16,18,18,18,18,18,18,43,57
8+
1,1,1,1,1,1,1,20,20,20,20,20,20,20,18,18,18,18,18,18,43,57
9+
1,1,1,1,1,1,1,21,21,21,21,21,21,21,18,18,18,18,18,18,43,57
10+
1,1,1,1,1,1,1,46,46,46,46,46,46,46,18,18,18,18,18,18,43,57
11+
1,1,1,1,1,1,1,47,47,47,47,47,47,47,18,18,18,18,18,18,43,57
12+
1,1,1,1,1,1,1,48,48,48,48,48,48,48,18,18,18,18,18,18,43,57
13+
50,50,50,50,50,50,50,51,51,51,51,51,51,51,52,52,52,52,52,52,43,57
14+
1,1,1,1,1,1,1,24,24,24,24,24,24,24,18,18,18,18,18,18,43,57
15+
1,1,1,1,1,1,1,27,27,27,27,27,27,27,18,18,18,18,18,18,43,57
16+
55,55,55,55,55,55,55,56,54,54,54,54,54,54,17,17,17,17,17,17,43,57
17+
1,1,1,1,1,1,1,4,7,7,7,7,7,7,6,8,8,8,8,8,10,57
18+
1,1,1,1,1,1,1,12,3,3,2,2,41,11,13,14,13,13,13,13,15,57
19+
53,53,53,53,53,53,53,54,54,54,54,54,54,54,18,18,18,18,18,18,19,57
20+
1,1,1,1,1,1,1,12,20,20,20,20,20,20,13,31,13,12,12,12,43,57

lists/ipset-game.txt.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
3.64.0.0/12
2+
18.165.180.0/22
3+
44.224.0.0/11
4+
18.156.0.0/14
5+
35.156.0.0/14
6+
13.248.192.0/20
7+
99.83.128.0/20
8+
3.33.240.0/20
9+
13.248.128.0/20

lists/list-game.txt.example

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
valorant.secure.dyn.riotcdn.net
2+
playvalorant.com
3+
valorant.scd.riotcdn.net
4+
riotgames.com
5+
pvp.net
6+
riotcdn.net
7+
rgpub.io
8+
dradis-prod.rdatasrv.net
9+
riotcdn.com
10+
riotgames.es
11+
launcher.RiotClientServices.com
12+
launcher.LeagueofLegends.com
13+
valorant.secure.dyn.riotcdn.net
14+
lol.secure.dyn.riotcdn.net
15+
bacon.secure.dyn.riotcdn.net
16+
feapp.euw1.lol.pvp.net

0 commit comments

Comments
 (0)