]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use consistent terminology in the proxy mapping docs
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 8 Apr 2024 08:35:05 +0000 (10:35 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 8 Apr 2024 08:35:05 +0000 (10:35 +0200)
pdns/recursordist/docs/lua-config/proxymapping.rst

index 21e0408cded34deb2757ca1760dcc5155fd6dc88..691e60dc4bc3545f1250855485892000f1855209 100644 (file)
@@ -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