mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 05:30:55 +00:00
update doc about egress path selection
This commit is contained in:
parent
ad3742921e
commit
e9d8f45a02
6 changed files with 75 additions and 8 deletions
|
|
@ -10,7 +10,17 @@ can be set via the `publish` rpc method.
|
|||
The following interfaces are supported:
|
||||
|
||||
* tcp connect
|
||||
* udp relay
|
||||
* udp connect
|
||||
* http(s) forward
|
||||
* ftp over http
|
||||
|
||||
The following egress path selection methods is supported:
|
||||
|
||||
* :ref:`by json <proto_egress_path_selection_by_json>`
|
||||
|
||||
The json value will be parsed as one (json map) or more (json array) :ref:`Bind IP <config_escaper_dynamic_bind_ip>`.
|
||||
The bind ips 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 a map, with the keys:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue