mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
g3proxy: switch to openssl for tls interception server
This commit is contained in:
parent
286da1a07f
commit
f30f426aef
28 changed files with 656 additions and 184 deletions
|
|
@ -420,6 +420,29 @@ The keys are:
|
|||
|
||||
.. _RFC 8701: https://datatracker.ietf.org/doc/rfc8701/
|
||||
|
||||
.. _conf_value_dpi_tls_interception_server:
|
||||
|
||||
tls interception server
|
||||
-----------------------
|
||||
|
||||
.. versionadded:: 1.7.36
|
||||
|
||||
**type**: map
|
||||
|
||||
Set the tls server config for tls interception.
|
||||
|
||||
The keys are:
|
||||
|
||||
* accept_timeout
|
||||
|
||||
**optional**, **type**: :ref:`humanize duration <conf_value_humanize_duration>`
|
||||
|
||||
Set the timeout for client tls handshake.
|
||||
|
||||
This timeout value is also used for accepting the initial ClientHello message.
|
||||
|
||||
**default**: 10s, **alias**: handshake_timeout
|
||||
|
||||
HTTP Interception
|
||||
=================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue