1. 25 Jan, 2019 1 commit
  2. 20 Apr, 2018 1 commit
    • Grant Millar's avatar
      Fix DNSimple when zone has > 100 records · e36fbd6a
      Grant Millar authored
      The _get_records function currently returns the first 100 records. As our TXT is added most recently, if you have > 100 records it will not be returned.
      
      I've changed the function to sort by ID DESC, so it will always return the latest 100 records.
      e36fbd6a
  3. 26 Mar, 2018 2 commits
  4. 02 May, 2017 5 commits