diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/rspamd-basic.xml.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/rspamd-basic.xml.in b/conf/rspamd-basic.xml.in index d7401965a..fbe62512d 100644 --- a/conf/rspamd-basic.xml.in +++ b/conf/rspamd-basic.xml.in @@ -316,8 +316,9 @@ <bind_socket>localhost:11335</bind_socket> <count>1</count> <maxfiles>2048</maxfiles> - <hashfile>@LOCALSTATES_PREFIX@/fuzzy.db</hashfile> - <use_judy>yes</use_judy> + <hashfile>@LOCALSTATES_PREFIX@/fuzzy.db</hashfile> + <use_judy>yes</use_judy> + <allow_update>127.0.0.1</allow_update> </worker> --> <worker> |