mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 14:10:39 +00:00
g3proxy: support to use custom tls client at user-site level
This commit is contained in:
parent
d42a57d82d
commit
a1a2f2e4c7
15 changed files with 222 additions and 74 deletions
|
|
@ -79,3 +79,16 @@ Not all escapers support this, see the documentation for each escaper for more i
|
|||
**default**: not custom resolve strategy is set
|
||||
|
||||
.. versionadded:: 1.7.10
|
||||
|
||||
tls_client
|
||||
----------
|
||||
|
||||
**optional**, **type**: :ref:`tls client <conf_value_openssl_tls_client_config>`
|
||||
|
||||
Set the tls client config for server handshake in TLS interception.
|
||||
|
||||
This will overwrite the auditor level `tls_interception_client <conf_auditor_tls_interception_client>`.
|
||||
|
||||
**default**: not set
|
||||
|
||||
.. versionadded:: 1.9.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue