From: Andrew Lewis Date: Fri, 20 Mar 2015 12:31:17 +0000 (+0200) Subject: Add IPv6 loopback to secure_ip setting X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=63450d972cb8773b159c5bcb0dd28f4da1434cfc;p=rspamd.git Add IPv6 loopback to secure_ip setting --- diff --git a/conf/worker-controller.inc b/conf/worker-controller.inc index f0fe955f0..7080dcc8d 100644 --- a/conf/worker-controller.inc +++ b/conf/worker-controller.inc @@ -4,4 +4,5 @@ type = "controller"; count = 1; password = "q1"; secure_ip = "127.0.0.1"; +secure_ip = "::1"; static_dir = "${WWWDIR}";