1. 03 Jan, 2019 3 commits
    • hebbet's avatar
      add link to profile of Cloudflare · 68d9aad3
      hebbet authored
      follow-up for #1893
      68d9aad3
    • Marton Szucs's avatar
      fix dns_loopia wildcard certificate · 40f0238b
      Marton Szucs authored
      Checks if a subdomain already exists before creating one. The loopia API clears all records for a subdomain when adding it again.
      
      Adding TXT-records instead of updating the existing record when using the add method. Wildcard certificates require multiple TXT-records for the same subdomain. 
      
      Now you can create wildcard certificates using:
       `acme.sh  --issue -d example.com  -d '*.example.com'  --dns dns_loopia`
      Double quoting variables
      40f0238b
    • Oliver Dick's avatar
      Using _sleep() instead of sleep · 08982378
      Oliver Dick authored
      08982378
  2. 02 Jan, 2019 1 commit
  3. 30 Dec, 2018 1 commit
  4. 29 Dec, 2018 1 commit
    • Dominik Röttsches's avatar
      [dnsapi] Support adding / removing multiple TXT values for Gandi · 29a5311a
      Dominik Röttsches authored
      Gandi supports setting multiple entries by setting multiple array items
      for the rrset_values field in their API. Modify the dns_gandi_livedns.sh
      script so that it checks for existing entries, appends new ones if
      needed, and removes existing ones individually. This enabled wildcard
      certificate support on Gandi.
      
      Fixes the dns_gandi_livedns part of #1261.
      
      Tested for creating a multidomain, multiple wild-card certificate on
      Gandi and using a test script executing only the dns_gandi_livedns_add
      and dns_gandi_livedns_rm functions.
      29a5311a
  5. 28 Dec, 2018 1 commit
  6. 27 Dec, 2018 1 commit
  7. 20 Dec, 2018 6 commits
  8. 13 Dec, 2018 2 commits
  9. 11 Dec, 2018 1 commit
  10. 04 Dec, 2018 2 commits
  11. 03 Dec, 2018 2 commits
  12. 02 Dec, 2018 2 commits
  13. 25 Nov, 2018 1 commit
  14. 23 Nov, 2018 2 commits
  15. 10 Nov, 2018 1 commit
    • pavelaks's avatar
      Update README.md · 4b581f37
      pavelaks authored
      Fix VSCALE example (add export before VSCALE_API_KEY)
      4b581f37
  16. 05 Nov, 2018 1 commit
  17. 24 Oct, 2018 1 commit
  18. 21 Oct, 2018 1 commit
  19. 15 Oct, 2018 1 commit
    • Ephen's avatar
      cloudxns.net · 9f6f721a
      Ephen authored
      cloudxns.net is the main domain.
      9f6f721a
  20. 02 Oct, 2018 1 commit
    • evoadmin's avatar
      Update dns_he.sh · 4c1f70af
      evoadmin authored
      If you have a password with special char it will fail at Remove record
      4c1f70af
  21. 12 Sep, 2018 2 commits
  22. 08 Sep, 2018 1 commit
    • LLeny's avatar
      · 3975792b
      LLeny authored
      shfmt
      3975792b
  23. 07 Sep, 2018 5 commits
    • LLeny's avatar
      · 697e694d
      LLeny authored
      Indentation
      697e694d
    • LLeny's avatar
      NC API warning · 828d8eaa
      LLeny authored
      828d8eaa
    • LLeny's avatar
      RM TXT check · 30ee00ff
      LLeny authored
      30ee00ff
    • LLeny's avatar
      · 7e130c26
      LLeny authored
      README fixes
      7e130c26
    • LLeny's avatar
      · b859dd66
      LLeny authored
      dns_rm support
      b859dd66