diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-28 17:46:31 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-28 17:46:31 +0000 |
commit | 650a45cf0768f6c26d3846f7288b56802992889a (patch) | |
tree | 313e2ac8a99c710b7c47c8b779740155125be439 /conf | |
parent | 10e8c3b28cb80feea9a29edb73c2feda21da1ca3 (diff) | |
download | rspamd-650a45cf0768f6c26d3846f7288b56802992889a.tar.gz rspamd-650a45cf0768f6c26d3846f7288b56802992889a.zip |
Implement secure IPs for webui.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/workers.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/workers.conf b/conf/workers.conf index b6cae0e56..fd57c8845 100644 --- a/conf/workers.conf +++ b/conf/workers.conf @@ -17,4 +17,5 @@ worker { count = 1; bind_socket = "localhost:11336"; password = "q1"; + secure_ip = "127.0.0.1"; } |