Skip to content

Commit 5d826e0

Browse files
committed
generate documentation from config.sample.php
1 parent 1c31641 commit 5d826e0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,21 @@ Disabling this is discouraged for security reasons.
848848

849849
Defaults to ``true``
850850

851+
security.ipv6_normalized_subnet_size
852+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
853+
854+
855+
::
856+
857+
'security.ipv6_normalized_subnet_size' => 56,
858+
859+
Size of subnet used to normalize IPv6
860+
861+
For Brute Force Protection and Rate Limiting, IPv6 are truncated using subnet size.
862+
It defaults to /56 but you can set it between /32 and /64
863+
864+
Defaults to ``56``
865+
851866
auth.webauthn.enabled
852867
^^^^^^^^^^^^^^^^^^^^^
853868

0 commit comments

Comments
 (0)