g3proxy: restore support for JSON egress path selection

This commit is contained in:
Zhang Jingqiang 2024-06-11 15:12:26 +08:00
parent 7d84018441
commit 7c05487748
11 changed files with 144 additions and 18 deletions

View file

@ -29,11 +29,17 @@ The Cap'n Proto RPC publish command is supported on this escaper, the published
The following egress path selection methods is supported:
* :ref:`by map <proto_egress_path_selection_by_map>`
* :ref:`by id map <proto_egress_path_selection_by_id_map>`
If matched, a `bind_ip <config_escaper_dynamic_bind_ip>` with the same `ID` will be used.
.. versionadded:: 1.7.22
.. versionadded:: 1.9.2
* :ref:`by value map <proto_egress_path_selection_by_value_map>`
If matched, the JSON MAP value will be parsed as a `bind_ip <config_escaper_dynamic_bind_ip>` and it will be used.
.. versionadded:: 1.9.2
Config Keys
===========