From 384d219597ce1bc698a10621baf3ee28ca116c4c Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 29 Jan 2026 12:37:25 +0300 Subject: [PATCH] update docs --- docs/manual.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual.en.md b/docs/manual.en.md index 2ee0015..712fcd2 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -3677,7 +3677,7 @@ function syndata(ctx, desync) - arg: [standard reconstruct](#standard-reconstruct) - arg: [standard rawsend](#standard-rawsend) - arg: blob - a [blob](#passing-blobs) containing the fake payload. It must fit into a single packet; segmentation is not possible. -- arg: tls_mod - apply the specified [tls_mod](#tls-mod) to the blob payload. +- arg: tls_mod - apply the specified [tls_mod](#tls_mod) to the blob payload. The function adds a payload to the TCP SYN packet, applies modifications to it, and sends it instead of the original, issuing a `VERDICT_DROP`. If a non-SYN packet passes through, [instance cutoff](#instance_cutoff) is executed. @@ -3728,7 +3728,7 @@ function fake(ctx, desync) - arg: [standard rawsend](#standard-rawsend) - arg: blob - a blob containing the fake payload. It can be of any length-segmentation is performed automatically. - arg: optional - abort the operation if the blob is missing. -- arg: tls_mod - apply the specified [tls_mod](#tls-mod) to the blob payload. +- arg: tls_mod - apply the specified [tls_mod](#tls_mod) to the blob payload. - default payload filter - "known" This is a direct fake-a separate packet or group of packets. The function does not issue a verdict and does not block the transmission of the original packet.