Improve description yet again

This commit is contained in:
Mark Felder 2020-10-06 17:36:29 -05:00
commit b90eda3d8b
2 changed files with 2 additions and 2 deletions

View 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,