mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 15:31:21 +00:00
g3proxy: support send mimic cert to cert generator
This commit is contained in:
parent
a6e4598b04
commit
e786d26e5c
12 changed files with 297 additions and 31 deletions
|
|
@ -28,6 +28,26 @@ host
|
|||
|
||||
Set the hostname of the target tls server. May be a domain or an IP address.
|
||||
|
||||
service
|
||||
-------
|
||||
|
||||
**optional**, **type**: string
|
||||
|
||||
Set the tls service type. It should be returned in response.
|
||||
|
||||
**default**: http
|
||||
|
||||
.. versionadded:: 1.9.0
|
||||
|
||||
cert
|
||||
----
|
||||
|
||||
**optional**, **type**: string
|
||||
|
||||
The real upstream cert.
|
||||
|
||||
.. versionadded:: 1.9.0
|
||||
|
||||
response
|
||||
========
|
||||
|
||||
|
|
@ -38,6 +58,17 @@ host
|
|||
|
||||
The hostname as specified in the request.
|
||||
|
||||
service
|
||||
-------
|
||||
|
||||
**optional**, **type**: string
|
||||
|
||||
Set the tls service type. It should be the same value as in the request.
|
||||
|
||||
**default**: http
|
||||
|
||||
.. versionadded:: 1.9.0
|
||||
|
||||
cert
|
||||
----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue