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

Inclusion of SPF records #49

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

jpgriffo
Copy link

Reading the Change log it seems that manipulation of SPF records was enabled but not seen anywhere in the code. Anyway the important thing is we have added such functionality.

@tjfontaine
Copy link
Owner

I have no problems with exporting the spf type for creation, but I'm not thrilled with resolveSpf since there's not a related method in core, and resolve can work with spf just fine

@jpgriffo
Copy link
Author

The DNS resolve implementation of Node.JS is quite limited (https://github.com/joyent/node/blob/master/lib/dns.js) to the following records 'A', 'AAAA' , 'MX', 'TXT', 'SRV', 'PTR', 'NS' and 'CNAME'. Where I think that this will probably expand to include other records such as 'SPF', 'LOC', 'RRSIG' in the next releases.

Your wonderful implementation of the DNS server should allow to incorporate this new records to allow developers as my self to construct more complex dns services around your dns server more easily.

Anyway I will also in create a pull request in Node to allow this kind of records.

Also this update would fix the issue #47

@taoeffect
Copy link
Collaborator

This project is no longer maintained, but we are happy to link to a well maintained fork.

Please see: #111

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.

3 participants