From 200ca70f82fe70835db5b3adb1e8b44d1411ca35 Mon Sep 17 00:00:00 2001 From: Pavel4e5 <50713272+Pavel4e5@users.noreply.github.com> Date: Sun, 23 Nov 2025 16:14:24 +0500 Subject: [PATCH] Rename tcp_unflags_set to tcp_flags_unset --- lua/zapret-antidpi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/zapret-antidpi.lua b/lua/zapret-antidpi.lua index 9360e97..4de6724 100644 --- a/lua/zapret-antidpi.lua +++ b/lua/zapret-antidpi.lua @@ -35,7 +35,7 @@ standard fooling : * tcp_ts=N - add N to timestamp value * tcp_md5[=hex] - add MD5 header with optional 16-byte data. all zero by default. * tcp_flags_set= - set tcp flags in comma separated list -* tcp_unflags_set= - unset tcp flags in comma separated list +* tcp_flags_unset= - 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=fool_function - custom fooling function : fool_func(dis, fooling_options)