diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-06 17:36:29 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-06 17:36:29 -0500 |
commit | b90eda3d8bfa1faf5bdabce9539b601476abed94 (patch) | |
tree | e9d9c7a9bb39e5f6a9069a9174d63b8a9e881860 /docs/configuration/cheatsheet.md | |
parent | e08eb4aba07ce843f3f1149b8c70fb6b4d855c44 (diff) | |
download | pleroma-b90eda3d8bfa1faf5bdabce9539b601476abed94.tar.gz pleroma-b90eda3d8bfa1faf5bdabce9539b601476abed94.zip |
Improve description yet again
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 7f1dc0fe6..ea7dfec98 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -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"]`. |