Closed worr closed 12 years ago
SRV records will never be associated with a zone since they point to a specific host. However TXT records do need this functionality. See also #115
This has been completed and ready for v2.
As a result of this, will you be doing full zonefile regeneration / clearing?
That is now entirely possible. Right now you can only get table containing all the data that should not exist in the zonefile as far as IMPULSE is concerned. Once I get the last table restructure complete (#116 and #117) then a function can be easily added to automatically blow away all old data, cleaning the file.
This will make you better than original start :-)
What about SPF records?
SPF's are stored as TXT in the zone, so a dedicated table to record type for them is not appropriate.
Yes, sometimes they are. Sometimes they're stored as SPF records in the zone file as well.
Not making this up. http://en.wikipedia.org/wiki/Sender_Policy_Framework
I stand corrected. However since the current RFC requires only one type for compliance (TXT or SPF) I am going to call it good enough. If the RFC changes, we can open this back up.
Oh and modification too.