Skip to content

Commit ef7599c

Browse files
committed
Add document for Connection Enrolment and sequence watermarking in tlsmirror
1 parent ccaeb00 commit ef7599c

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

docs/en_US/v5/config/stream/tlsmirror.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ The embedded traffic generator to produce tls traffic on demand. This setting is
9191

9292
An embedded traffic generator is currently recommended for most setup.
9393

94+
> `connectionEnrolment` : [Connection Enrolment Setting](#connection-enrolment-setting)
95+
96+
This setting controls connection enrolment system to avoid detection based on redirection attack
97+
98+
> `sequenceWatermarkingEnabled`: bool
99+
100+
Whether to enable sequence watermarking to avoid detection based on TLS frame reordering between inserted frames.
101+
94102
## Traffic Generator Setting
95103

96104
> `securitySettings`: special
@@ -188,4 +196,23 @@ The HTTP header value.
188196
189197
Whether transport layer padding is enabled.
190198

191-
This value must be same for both inbound and outbound.
199+
This value must be same for both inbound and outbound.
200+
201+
202+
## Connection Enrolment Setting
203+
204+
> `primaryIngressOutbound` : string
205+
206+
::: tip
207+
This value is only used in inbound.
208+
:::
209+
210+
The outbound tag for primary connection enrolment connections. Client's primary egress outbound should connect to here.
211+
212+
> `primaryEgressOutbound` : string
213+
214+
::: tip
215+
This value is only used in outbound.
216+
:::
217+
218+
The outbound tag for primary connection enrolment connections. Should be connect to primary ingress outbound on server.

0 commit comments

Comments
 (0)