File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 20272027 * - IPv4 addresses, e.g. `192.168.2.123`
20282028 * - IPv4 ranges in CIDR notation, e.g. `192.168.2.0/24`
20292029 * - IPv6 addresses, e.g. `fd9e:21a7:a92c:2323::1`
2030- *
2031- * _(CIDR notation for IPv6 is currently work in progress and thus not
2032- * available yet)_
2030+ * - IPv6 ranges in CIDR notation, e.g. `2001:db8:85a3:8d3:1319:8a20::/95`
20332031 *
20342032 * When an incoming request's `REMOTE_ADDR` matches any of the IP addresses
20352033 * specified here, it is assumed to be a proxy instead of a client. Thus, the
22882286 *
22892287 * For instance, if the phone property should default to the private scope
22902288 * instead of the local one:
2291- *
2289+ *
22922290 * ::
2293- *
2291+ *
22942292 * [
22952293 * \OCP\Accounts\IAccountManager::PROPERTY_PHONE => \OCP\Accounts\IAccountManager::SCOPE_PRIVATE
22962294 * ]
You can’t perform that action at this time.
0 commit comments