From c09eee4fecf526cee559d680b482cf32b770da01 Mon Sep 17 00:00:00 2001 From: Albirew Date: Wed, 16 Jan 2019 19:01:15 +0100 Subject: [PATCH] added IPv6 example in trusted_domains Since IPv6 have to be inside brackets to work here, an example should be added. --- admin_manual/installation/installation_wizard.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/installation/installation_wizard.rst b/admin_manual/installation/installation_wizard.rst index 3d439e281..c89b4b9e5 100644 --- a/admin_manual/installation/installation_wizard.rst +++ b/admin_manual/installation/installation_wizard.rst @@ -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