Merge pull request #1166 from nextcloud/backport/1165/stable15

[stable15] added IPv6 example in trusted_domains
This commit is contained in:
Morris Jobke 2019-01-16 20:12:57 +01:00 committed by GitHub
commit c63a83ba2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ and domain names. A typical configuration looks like this::
0 => 'localhost',
1 => 'server1.example.com',
2 => '192.168.1.50',
3 => '[fe80::1:50]',
),
The loopback address, ``127.0.0.1``, is automatically whitelisted, so as long