mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 15:31:21 +00:00
g3proxy: add doc for divert_tcp escaper
This commit is contained in:
parent
c10191ca17
commit
9d99723825
7 changed files with 115 additions and 22 deletions
|
|
@ -20,6 +20,7 @@ Escapers
|
|||
dummy_deny
|
||||
direct_fixed
|
||||
direct_float
|
||||
divert_tcp
|
||||
proxy_float
|
||||
proxy_http
|
||||
proxy_https
|
||||
|
|
@ -147,6 +148,19 @@ Set tcp connect params.
|
|||
|
||||
.. note:: For *direct* type escapers, the user level tcp connect params will be taken to limit the final value.
|
||||
|
||||
.. _conf_escaper_common_happy_eyeballs:
|
||||
|
||||
happy_eyeballs
|
||||
--------------
|
||||
|
||||
**optional**, **type**: :ref:`happy eyeballs <conf_value_happy_eyeballs>`
|
||||
|
||||
Set the HappyEyeballs config.
|
||||
|
||||
**default**: default HappyEyeballs config
|
||||
|
||||
.. versionadded:: 1.5.3
|
||||
|
||||
.. _conf_escaper_common_tcp_misc_opts:
|
||||
|
||||
tcp_misc_opts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue