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:
Albirew
2019-01-16 19:01:15 +01:00
committed by Backportbot
parent 2d3016c8f9
commit c09eee4fec

View File

@@ -98,6 +98,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