From: Otto Moerbeek Date: Mon, 8 Apr 2024 08:35:05 +0000 (+0200) Subject: Use consistent terminology in the proxy mapping docs X-Git-Tag: rec-5.1.0-alpha1~30^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305af05390381d790637772f2512ccb31f862413;p=thirdparty%2Fpdns.git Use consistent terminology in the proxy mapping docs --- diff --git a/pdns/recursordist/docs/lua-config/proxymapping.rst b/pdns/recursordist/docs/lua-config/proxymapping.rst index 21e0408cde..691e60dc4b 100644 --- a/pdns/recursordist/docs/lua-config/proxymapping.rst +++ b/pdns/recursordist/docs/lua-config/proxymapping.rst @@ -8,18 +8,18 @@ If the :ref:`setting-proxy-protocol-from` is also used, the substitution is done Depending on context, the incoming address can be -The physical address ``P`` - the physical address the query is received on. +The interface address ``I`` + the source network interface address of the client The source address ``S`` the source address as specified in the Proxy protocol The mapped address ``M`` the source address mapped by Table Based Proxy Mapping -``S equals P`` if no Proxy Protocol is used. +``S equals I`` if no Proxy Protocol is used. ``M equals S`` if no Table Based Proxy Mapping is used. -``P`` determines if the Proxy Protocol is used (:ref:`setting-proxy-protocol-from`). +``I`` determines if the Proxy Protocol is used (:ref:`setting-proxy-protocol-from`). ``S`` is passed to Lua functions and RPZ processing