mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
added IPv6 example in trusted_domains
Since IPv6 have to be inside brackets to work here, an example should be added.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user