From 60108bf37817bd7c704fc9b73a6e08533e8342c2 Mon Sep 17 00:00:00 2001 From: Pavel4e5 <50713272+Pavel4e5@users.noreply.github.com> Date: Wed, 31 Dec 2025 02:40:33 +0500 Subject: [PATCH 1/2] zapret-antidpi: correct error message --- 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 5a67bd4..946ed86 100644 --- a/lua/zapret-antidpi.lua +++ b/lua/zapret-antidpi.lua @@ -339,7 +339,7 @@ function tls_client_hello_clone(ctx, desync) direction_cutoff_opposite(ctx, desync) if direction_check(desync) then if not desync.arg.blob then - error("fake: 'blob' arg required") + error("tls_client_hello_clone: 'blob' arg required") end if desync.l7payload=="tls_client_hello" then desync[desync.arg.blob] = tls_client_hello_mod(desync.reasm_data or desync.dis.payload, desync.arg) From 940f94162dfe9f6b56f1e1d756a56367a87fa7fd Mon Sep 17 00:00:00 2001 From: Pavel4e5 <50713272+Pavel4e5@users.noreply.github.com> Date: Wed, 31 Dec 2025 02:47:05 +0500 Subject: [PATCH 2/2] update docs --- docs/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual.md b/docs/manual.md index 0ba425e..3599bd7 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -2237,10 +2237,10 @@ function pktdebug(ctx, desync) function argdebug(ctx, desync) ``` -### posdebug - Вывести таблицу аргументов в debug log. +### posdebug + ``` function posdebug(ctx, desync) ```