1. 15 Jan, 2018 1 commit
  2. 14 Jan, 2018 1 commit
  3. 09 Dec, 2017 3 commits
  4. 07 Dec, 2017 1 commit
  5. 06 Dec, 2017 1 commit
  6. 23 Jul, 2017 1 commit
  7. 14 Jul, 2017 2 commits
  8. 13 Jul, 2017 1 commit
  9. 08 Jul, 2017 2 commits
  10. 02 Jul, 2017 1 commit
  11. 28 Jun, 2017 1 commit
  12. 27 May, 2017 1 commit
  13. 25 May, 2017 1 commit
  14. 12 May, 2017 1 commit
  15. 09 May, 2017 1 commit
  16. 08 May, 2017 3 commits
  17. 03 May, 2017 1 commit
  18. 02 May, 2017 1 commit
    • Matthew Turney's avatar
      include dnsimple api · 1994c682
      Matthew Turney authored
      Even though DNSimple is technically covered with lexicon not all
      systems can install python pip's easily. For these systems it is useful
      to have pure shell script API interactions.
      1994c682
  19. 26 Apr, 2017 1 commit
  20. 19 Apr, 2017 2 commits
  21. 03 Apr, 2017 2 commits
  22. 26 Mar, 2017 1 commit
  23. 23 Mar, 2017 1 commit
  24. 22 Mar, 2017 1 commit
  25. 15 Mar, 2017 2 commits
  26. 09 Mar, 2017 1 commit
  27. 08 Mar, 2017 3 commits
  28. 05 Mar, 2017 1 commit
    • csmk's avatar
      Add support for Knot DNS API · 9c87a589
      csmk authored
      The script is actually an adapted version of the `dns_nsupdate.sh` script,
      as the `knsupdate` utility is quite similar to `nsupdate`.
      9c87a589
  29. 28 Feb, 2017 1 commit
    • Frederic Crozat's avatar
      add API for Gandi LiveDNS (#680) · fab2d9dc
      Frederic Crozat authored
      * add API for Gandi LiveDNS
      
      * ensure Gandi API key is saved for renewing certificate.
      
      * gandi_livedns: use PUT instead of POST for creating DNS record
      
      * gandi_livedns: fix formatting
      
      * dns_gandi_livedns: fix shellcheck errors
      fab2d9dc