Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNSBL patch 1 #907

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open

DNSBL patch 1 #907

wants to merge 1 commit into from

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