]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Feature] Stop using cymru zone as it is unstable
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 3 Oct 2016 15:16:21 +0000 (16:16 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 3 Oct 2016 15:16:21 +0000 (16:16 +0100)
src/plugins/lua/asn.lua

index 73795705380d8f421df8a418186b84016ea77911..f61c82096429ee1abb32938e39051494818fa2d8 100644 (file)
@@ -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