1. 08 Oct, 2019 3 commits
  2. 06 Oct, 2019 2 commits
  3. 05 Oct, 2019 2 commits
    • Peter Dave Hello's avatar
      Remove trailing spaces in text files · ac9f6e3a
      Peter Dave Hello authored
      This issue in the shell scripts will also be detected in the stable
      version of shfmt(we are currently using an ancient pre-release of shfmt)
      ac9f6e3a
    • Michael Braunoeder's avatar
      [DNSAPI] add dns_rcode0.sh - Support for https://my.rcodezero.at/api-doc (#2489) · 72d800ed
      Michael Braunoeder authored
      * first version dns_rcode0.sh
      
      * fixed URLs for ACME calls
      
      * fixed challenge remove
      
      * read & write Token/URL at rm too
      
      * make info messages debug
      
      * typos fixed
      
      * update rrset only if existing challenge is found
      
      * polish error messages and make "detect root zone" scaleable
      
      * fixed formating issues
      
      * code cleanup, remove some unneeded functions
      
      * removed empty lines
      
      * save rcode0 url only if not default
      72d800ed
  4. 14 Sep, 2019 1 commit
  5. 05 Sep, 2019 2 commits
  6. 15 Aug, 2019 1 commit
  7. 11 Aug, 2019 1 commit
  8. 05 Aug, 2019 2 commits
  9. 29 Jul, 2019 1 commit
  10. 27 Jul, 2019 3 commits
    • neil's avatar
      sync (#2404) · 55dea4ee
      neil authored
      * support jdcloud.com
      
      * fix format
      
      * ttl 3000
      
      * Escape slashes (#2375)
      
      * Change 1.1.1.1 to 1.0.0.1 to probe compatibility (#2330)
      
      As we can see, 1.1.1.1 is not routed or routed to an Intranet devices due to historical reason. Change 1.1.1.1 to 1.0.0.1 will have a better compatibility. I found this problem on my Tencent Cloud server.
      
      * check empty id
      
      * fix error
      
      * Add dnsapi for Vultr (#2370)
      
      * Add Vultr dns api
      
      * PushOver notifications (#2325)
      
      * PushOver notifications, using AppToken, UserKey, and optional sounds
      
      * fix errors
      
      * added dns api support for hexonet (#1776)
      
      * update
      
      * minor
      
      * support new Cloudflare Token format
      fix https://github.com/Neilpang/acme.sh/issues/2398
      
      * fix wildcard domain name
      
      * add more info
      
      * fix https://github.com/Neilpang/acme.sh/issues/2377
      
      * fix format
      
      * fix format
      55dea4ee
    • neilpang's avatar
      fix format · 41c95181
      neilpang authored
      41c95181
    • neilpang's avatar
      fix format · 72e7eb67
      neilpang authored
      72e7eb67
  11. 22 Jul, 2019 1 commit
  12. 20 Jul, 2019 3 commits
  13. 18 Jul, 2019 2 commits
  14. 13 Jul, 2019 5 commits
  15. 29 Jun, 2019 1 commit
    • Raphaël Berlamont's avatar
      dns_azure : Multiple domains with same ending bug · 971a85a6
      Raphaël Berlamont authored
      We have a few domains that ends the same. For example :
        iperfony.com
        perfony.com
      
      The problem was in the _get_root functions, when getting the domain_id :
      only the first result "iperfony.com" was returned, because "perfony.com"
      is contained in the "iperfony.com" string.
      
      The correction consist of being strict in the regex, adding a slash (/)
      so that it will only match on ".*/(perfony.com).*" and not
      ".*(perfony.com).*".
      971a85a6
  16. 19 Jun, 2019 1 commit
  17. 13 Jun, 2019 2 commits
  18. 11 Jun, 2019 3 commits
  19. 10 Jun, 2019 1 commit
  20. 02 Jun, 2019 1 commit
  21. 31 May, 2019 2 commits