diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-16 17:23:44 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-16 17:32:29 +0200 |
commit | da3dbe0097d601578fe4c463ead551b4f4ea14ba (patch) | |
tree | acde1180a0791f4cc612badb67b19b75ef99ddff /conf/modules.conf | |
parent | b8fdcf2270bc589fd80f599cb4aebc6d93a68d32 (diff) | |
download | rspamd-da3dbe0097d601578fe4c463ead551b4f4ea14ba.tar.gz rspamd-da3dbe0097d601578fe4c463ead551b4f4ea14ba.zip |
Use radix for private IP exclusions in rbl.lua
Conflicts:
src/plugins/lua/rbl.lua
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 2f291de79..1a4185c97 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -89,6 +89,8 @@ rbl { default_exclude_users = true; default_exclude_private_ips = true; + private_ips = "127.0.0.0/8 10.0.0.0/8 192.168.0.0/16 169.254.0.0/16 172.16.0.0/12 100.64.0.0/10 fc00::/7 fe80::/10 fec0::/10 ::1"; + rbls { spamhaus { |