TODO 783 B

123456789101112131415161718192021222324
  1. Support optional origin in $INCLUDE:
  2. $INCLUDE filename origin
  3. Support optional comment in $INCLUDE:
  4. $INCLUDE filename origin comment
  5. Support optional comment in $TTL (RFC 2308):
  6. $TTL number comment
  7. Do not assume "." is origin if origin is not set and sees a @ or
  8. a label without a ".". It should probably fail. (Don't assume a
  9. mistake means it is a root level label.)
  10. Add verbose option to show what it is adding, not necessarily
  11. in master file format, but in the context of the data source.
  12. Add "check" option to check sanity of master file but don't really
  13. add to data source.
  14. Open questions to document in manual page:
  15. What happens in the database? replaces existing? What if a.foo
  16. existed but new zone file didn't have a.foo, would previous a.foo
  17. in database be removed?