g3proxy: allow to select by bind ID in direct_float escaper

This commit is contained in:
Zhang Jingqiang 2023-08-26 21:18:41 +08:00
parent a6132cda40
commit e1a76e6c16
9 changed files with 216 additions and 141 deletions

View file

@ -29,8 +29,8 @@ The following egress path selection methods is supported:
The json value will be either of:
- just one :ref:`peer <config_escaper_dynamic_peer>`
- an array of :ref:`peer <config_escaper_dynamic_peer>`, one will be selected randomly
- just one :ref:`peer id <config_escaper_dynamic_peer_id>`, the peer with that ID must be existed in escaper config
- an array of :ref:`peer <config_escaper_dynamic_peer>`, a random one will be selected
- just one :ref:`peer id <config_escaper_dynamic_peer_id>`, the ID should be present in escaper config
.. versionadded:: 1.7.22