diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-03-20 14:31:17 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-03-20 17:45:37 +0200 |
commit | 32d4728daafa1b3d461147619e39de691692f11a (patch) | |
tree | 40028a4261ac489fe9d74297e8ec45b9765bab7d /conf | |
parent | 4fcb851bbd617d49f17cf689feb0b36c2283fbfe (diff) | |
download | rspamd-32d4728daafa1b3d461147619e39de691692f11a.tar.gz rspamd-32d4728daafa1b3d461147619e39de691692f11a.zip |
Add IPv6 loopback to secure_ip setting
Diffstat (limited to 'conf')
-rw-r--r-- | conf/worker-controller.inc | 1 |
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}"; |