Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-20 08:15:48 +00:00
This commit is contained in:
bol-van
2026-03-01 09:48:18 +03:00
parent 038f64ddad
commit 69e8bb3c7f
4 changed files with 6 additions and 11 deletions

View File

@@ -1210,8 +1210,8 @@ function udplen(ctx, desync)
else
desync.dis.payload = string.sub(desync.dis.payload,1,len+inc)
DLOG("udplen: "..len.." => "..#desync.dis.payload)
return VERDICT_MODIFY
end
return VERDICT_MODIFY
end
end
end