From: Andrew Lewis Date: Fri, 20 Mar 2015 12:31:17 +0000 (+0200) Subject: Add IPv6 loopback to secure_ip setting X-Git-Tag: 0.9.0~454^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=32d4728daafa1b3d461147619e39de691692f11a;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}";