From: Vsevolod Stakhov Date: Mon, 3 Oct 2016 15:16:21 +0000 (+0100) Subject: [Feature] Stop using cymru zone as it is unstable X-Git-Tag: 1.4.0~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c880f360600fc01b4c8ff449a3f4e6afaee19e;p=thirdparty%2Frspamd.git [Feature] Stop using cymru zone as it is unstable --- diff --git a/src/plugins/lua/asn.lua b/src/plugins/lua/asn.lua index 7379570538..f61c820964 100644 --- a/src/plugins/lua/asn.lua +++ b/src/plugins/lua/asn.lua @@ -20,10 +20,10 @@ local rspamd_regexp = require "rspamd_regexp" local rspamd_redis = require "rspamd_redis" local options = { - provider_type = 'cymru', + provider_type = 'rspamd', provider_info = { - ip4 = 'origin.asn.cymru.com', - ip6 = 'origin6.asn.cymru.com', + ip4 = 'asn.rspamd.com', + ip6 = 'asn6.rspamd.com', }, symbol = 'ASN', expire = 86400, -- 1 day by default