Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

zapret-antidpi.lua: fix comment

This commit is contained in:
bol-van
2025-11-22 13:46:19 +03:00
parent 792fc02268
commit 02a5c28db4

View File

@@ -38,7 +38,7 @@ standard fooling :
* tcp_unflags_set=<list> - unset tcp flags in comma separated list
* tcp_ts_up - move timestamp tcp option to the top if present (workaround for badack without badseq fooling)
* fool - custom fooling function : fool_func(dis, fooling_options)
* fool=fool_function - custom fooling function : fool_func(dis, fooling_options)
standard reconstruct :
@@ -61,7 +61,7 @@ standard ip_id :
standard ipfrag :
* ipfrag - ipfrag function name. "ipfrag2" by default if empty
* ipfrag[=frag_function] - ipfrag function name. "ipfrag2" by default if empty
* ipfrag_disorder - send fragments from last to first
* ipfrag2 : ipfrag_pos_udp - udp frag position. ipv4 : starting from L4 header. ipb6: starting from fragmentable part. must be multiple of 8. default 8
* ipfrag2 : ipfrag_pos_tcp - tcp frag position. ipv4 : starting from L4 header. ipb6: starting from fragmentable part. must be multiple of 8. default 32