From d8a70a5937ecb24ab62eaf3da1ea481e7565fbaa Mon Sep 17 00:00:00 2001 From: Git'Fellow Date: Wed, 4 May 2022 11:22:26 +0200 Subject: [PATCH] Add note about IPv6 CIDR From https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1921 Ref https://github.com/nextcloud/server/issues/32253 --- .../configuration_server/reverse_proxy_configuration.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin_manual/configuration_server/reverse_proxy_configuration.rst b/admin_manual/configuration_server/reverse_proxy_configuration.rst index 531a9885a..2ba1bbc4c 100644 --- a/admin_manual/configuration_server/reverse_proxy_configuration.rst +++ b/admin_manual/configuration_server/reverse_proxy_configuration.rst @@ -26,6 +26,9 @@ to define the servers Nextcloud should trust as proxies. This parameter provides protection against client spoofing, and you should secure those servers as you would your Nextcloud server. +.. note:: CIDR notation for IPv6 is currently work in progress and thus not +available as of yet. + A reverse proxy can define HTTP headers with the original client IP address, and Nextcloud can use those headers to retrieve that IP address. Nextcloud uses the de-facto standard header 'X-Forwarded-For' by default, but this can be