mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 21:50:44 +00:00
initial commit
This commit is contained in:
commit
13716f4923
1425 changed files with 163227 additions and 0 deletions
30
g3proxy/doc/configuration/escapers/route_select.rst
Normal file
30
g3proxy/doc/configuration/escapers/route_select.rst
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
.. _configuration_escaper_route_select:
|
||||
|
||||
route_select
|
||||
============
|
||||
|
||||
This escaper allows to select a next escaper based on the specified pick policy.
|
||||
|
||||
There is no path selection support for this escaper.
|
||||
|
||||
No common keys are supported.
|
||||
|
||||
next_nodes
|
||||
----------
|
||||
|
||||
**required**, **type**: string | seq
|
||||
|
||||
Set the next escaper(s) those can be selected.
|
||||
|
||||
For *seq* value, each of its element must be :ref:`weighted name str <conf_value_weighted_name_str>`.
|
||||
|
||||
next_pick_policy
|
||||
----------------
|
||||
|
||||
**optional**, **type**: :ref:`selective pick policy <conf_value_selective_pick_policy>`
|
||||
|
||||
Set the policy to select next proxy address.
|
||||
|
||||
The key for rendezvous/jump hash is *<client-ip>[-<username>]-<upstream-host>*.
|
||||
|
||||
**default**: rendezvous
|
||||
Loading…
Add table
Add a link
Reference in a new issue