Skip to content

Conversation

@LouisT
Copy link
Contributor

@LouisT LouisT commented Oct 25, 2016

Add support for multiple DNSBL zones. The new defaults are 'dnsbl.dronebl.org', 'rbl.efnetrbl.org', and 'tor.dnsbl.sectoor.de'. I've added in the option to modify zones via config.js as:

conf.dnsbl = {
    zones: ['dnsbl.dronebl.org', 'rbl.efnetrbl.org', 'tor.dnsbl.sectoor.de', 'socks.dnsbl.sorbs.net']
};

I have chosen to use Promise, which is only supported with Node.js >=v4.x, however LTS for anything under v4.x expires at the end of 2016 so I believe this should be fine.

@LouisT LouisT mentioned this pull request Oct 31, 2016
@ShadowNinja
Copy link

Note that this seems to be IPv4-only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants