g3proxy: add ingress net filter to user config

This commit is contained in:
Zhang Jingqiang 2023-08-02 15:18:20 +08:00
parent 4703736935
commit 6a16ba7f6e
16 changed files with 268 additions and 20 deletions

View file

@ -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
--------------------