mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
g3proxy: add ingress net filter to user config
This commit is contained in:
parent
4703736935
commit
6a16ba7f6e
16 changed files with 268 additions and 20 deletions
|
|
@ -61,6 +61,19 @@ The response code for blocked user will be forbidden instead of auth failed.
|
|||
|
||||
**default**: not set
|
||||
|
||||
ingress_network_filter
|
||||
----------------------
|
||||
|
||||
**optional**, **type**: :ref:`ingress network acl rule <conf_value_ingress_network_acl_rule>`
|
||||
|
||||
Set the network filter for clients.
|
||||
|
||||
If a server is chained after a PROXY Protocol server, the used client address will be the one in the PROXY Protocol message.
|
||||
|
||||
**default**: not set
|
||||
|
||||
.. versionadded:: 1.7.20
|
||||
|
||||
proxy_request_filter
|
||||
--------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue