File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
docs/en_US/v5/config/stream Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,14 @@ The embedded traffic generator to produce tls traffic on demand. This setting is
9191
9292An 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
189197Whether 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.
You can’t perform that action at this time.
0 commit comments