Improve description yet again
authorMark Felder <feld@FreeBSD.org>
Tue, 6 Oct 2020 22:36:29 +0000 (17:36 -0500)
committerMark Felder <feld@FreeBSD.org>
Tue, 6 Oct 2020 22:36:29 +0000 (17:36 -0500)
config/description.exs
docs/configuration/cheatsheet.md

index 71cb5d9135f5914b1fbb5486e9e3051571e059c8..c6916ad14210f60e5d3fe261d72b32e210757f7c 100644 (file)
@@ -3270,7 +3270,7 @@ config :pleroma, :config_description, [
         key: :proxies,
         type: {:list, :string},
         description:
-          "A list of upstream proxy IP subnets in CIDR notation. Defaults to `[]`. IPv4 entries without a bitmask will be assumed to be /32 and IPv6 /128."
+          "A list of upstream proxy IP subnets in CIDR notation from which we will parse the content of `headers`. Defaults to `[]`. IPv4 entries without a bitmask will be assumed to be /32 and IPv6 /128."
       },
       %{
         key: :reserved,
index 7f1dc0fe64e6900f0880b22d6f2c7ab8354bd596..ea7dfec98ac20325db8044310f3d00b43c50cc6a 100644 (file)
@@ -427,7 +427,7 @@ Available options:
 
 * `enabled` - Enable/disable the plug. Defaults to `false`.
 * `headers` - A list of strings naming the HTTP headers to use when deriving the true client IP address. Defaults to `["x-forwarded-for"]`.
-* `proxies` - A list of upstream proxy IP subnets in CIDR notation. Defaults to `[]`. IPv4 entries without a bitmask will be assumed to be /32 and IPv6 /128.
+* `proxies` - A list of upstream proxy IP subnets in CIDR notation from which we will parse the content of `headers`. Defaults to `[]`. IPv4 entries without a bitmask will be assumed to be /32 and IPv6 /128.
 * `reserved` - A list of reserved IP subnets in CIDR notation which should be ignored if found in `headers`. Defaults to `["127.0.0.0/8", "::1/128", "fc00::/7", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]`.