aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2015-03-20 14:31:17 +0200
committerAndrew Lewis <nerf@judo.za.org>2015-03-20 17:45:37 +0200
commit32d4728daafa1b3d461147619e39de691692f11a (patch)
tree40028a4261ac489fe9d74297e8ec45b9765bab7d /conf
parent4fcb851bbd617d49f17cf689feb0b36c2283fbfe (diff)
downloadrspamd-32d4728daafa1b3d461147619e39de691692f11a.tar.gz
rspamd-32d4728daafa1b3d461147619e39de691692f11a.zip
Add IPv6 loopback to secure_ip setting
Diffstat (limited to 'conf')
-rw-r--r--conf/worker-controller.inc1
1 files changed, 1 insertions, 0 deletions
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}";