Skip to content
  1. Mar 07, 2018
  2. Mar 02, 2018
  3. Feb 26, 2018
  4. Feb 22, 2018
  5. Feb 19, 2018
  6. Feb 18, 2018
  7. Feb 13, 2018
  8. Feb 07, 2018
  9. Feb 03, 2018
  10. Jan 26, 2018
  11. Jan 12, 2018
  12. Jan 11, 2018
  13. Jan 09, 2018
  14. Jan 08, 2018
  15. Jan 03, 2018
  16. Jan 01, 2018
  17. Dec 30, 2017
  18. Dec 29, 2017
  19. Dec 22, 2017
    • Costin's avatar
      Fix issue when DNS zone import fails silently with OK message if $TTL is... · 6135422b
      Costin authored
      Fix issue when DNS zone import fails silently with OK message if $TTL is missing from the input file because TTL can not be null when saving SOA to database.
      Solution: if TTL is null then simply set it to 1 day - 86400 seconds (as per RFC 1912 recommendations).
      I encountered few services that export a dns zone without global ttl set (ex: GoDaddy).
      6135422b