mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 21:50:44 +00:00
g3proxy: allow string value for tls cert agent
This commit is contained in:
parent
cde8f188ad
commit
669788ad6a
2 changed files with 69 additions and 55 deletions
|
|
@ -192,7 +192,7 @@ TLS Interception
|
|||
tls cert agent
|
||||
--------------
|
||||
|
||||
**type**: map
|
||||
**type**: map | str
|
||||
|
||||
Set the config for tls certificate agent / generator.
|
||||
|
||||
|
|
@ -262,6 +262,8 @@ The keys are:
|
|||
|
||||
**default**: 300s
|
||||
|
||||
For *str* value, it will parsed as *query_peer_addr* and use default value for other fields.
|
||||
|
||||
.. _conf_value_dpi_tls_interception_client:
|
||||
|
||||
tls interception client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue