From aa5a1f418363502d8702d0b31243e668f1ba01ab Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 14 Jan 2026 09:49:28 +0300 Subject: [PATCH] zapret-wgobfs: add comment --- lua/zapret-wgobfs.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/zapret-wgobfs.lua b/lua/zapret-wgobfs.lua index 1aa9f26..d243eb8 100644 --- a/lua/zapret-wgobfs.lua +++ b/lua/zapret-wgobfs.lua @@ -7,6 +7,7 @@ -- arg : secret - shared secret. any string. must be the same on both peers -- arg : padmin - min random garbage bytes. 0 by default -- arg : padmax - max random garbage bytes. 16 by default +-- NOTE : this function does not depend on zapret-lib.lua and should not be run under orchestrator (uses direct instance_cutoff) function wgobfs(ctx, desync) local padmin = desync.arg.padmin and tonumber(desync.arg.padmin) or 0 local padmax = desync.arg.padmax and tonumber(desync.arg.padmax) or 16