mirror of
https://github.com/bytedance/g3.git
synced 2026-05-04 06:30:43 +00:00
update doc
This commit is contained in:
parent
3c4a7e2099
commit
f3a1a38c24
2 changed files with 12 additions and 15 deletions
|
|
@ -19,6 +19,9 @@ The following interfaces are supported:
|
|||
* udp connect (only socks5 peer)
|
||||
* http(s) forward
|
||||
|
||||
The Cap'n Proto RPC publish command is supported on this escaper, the published data should be an array of
|
||||
or just one :ref:`peer <config_escaper_dynamic_peer>`.
|
||||
|
||||
The following egress path selection methods is supported:
|
||||
|
||||
* :ref:`by json <proto_egress_path_selection_by_json>`
|
||||
|
|
@ -26,11 +29,6 @@ The following egress path selection methods is supported:
|
|||
The json value will be parsed as one (json map) or more (json array) :ref:`peer <config_escaper_dynamic_peer>`.
|
||||
The peers passed here will overwrite the ones in the escaper config.
|
||||
|
||||
The Cap'n Proto RPC publish command is supported on this escaper, the published data should be an array of
|
||||
or just one :ref:`peer <config_escaper_dynamic_peer>`.
|
||||
|
||||
There is no path selection support for this escaper.
|
||||
|
||||
Config Keys
|
||||
===========
|
||||
|
||||
|
|
@ -374,8 +372,6 @@ https
|
|||
|
||||
Set the tls server name for server certificate verification.
|
||||
|
||||
.. note:: IP address is not supported by now. So if not set, the connection will fail.
|
||||
|
||||
**default**: not set
|
||||
|
||||
* http_connect_rsp_header_max_size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue