1. 15 Mar, 2022 1 commit
  2. 09 Mar, 2022 1 commit
  3. 07 Mar, 2022 1 commit
  4. 05 Mar, 2022 1 commit
  5. 04 Mar, 2022 1 commit
  6. 19 Feb, 2022 1 commit
  7. 13 Feb, 2022 1 commit
  8. 12 Feb, 2022 3 commits
  9. 11 Feb, 2022 1 commit
  10. 09 Feb, 2022 1 commit
    • neil's avatar
      Update dns_cf.sh · 2c2a43e1
      neil authored
      if CF_Zone_ID is used,  save it to domain conf instead.
      2c2a43e1
  11. 08 Feb, 2022 10 commits
  12. 05 Feb, 2022 4 commits
  13. 01 Feb, 2022 1 commit
  14. 24 Jan, 2022 1 commit
  15. 22 Jan, 2022 1 commit
  16. 20 Jan, 2022 1 commit
  17. 19 Jan, 2022 2 commits
    • neilpang's avatar
      Update dns_ddnss.sh · faedea21
      neilpang authored
      faedea21
    • Vitaly Kireev's avatar
      DNS REGRU utf-list to idn (punycode) · e1a0f570
      Vitaly Kireev authored
      service/get_list returns domains in utf. But if utf, then error Error parsing certificate request: x509: SAN dNSName is malformed
      
      early using my patch by IDN_ITEM="$(echo "${ITEM}" | idn)"
      
      Now replacing by IDN_ITEM="$(_idn "${ITEM}")"
      e1a0f570
  18. 15 Jan, 2022 1 commit
  19. 14 Jan, 2022 1 commit
    • Yuan Ming's avatar
      dns_huaweicloud.sh minor bug fixes · e49ece87
      Yuan Ming authored
      1. Match zone name in response in case multiple items return.
      2. Use string '"id"' (single quotation marks added) to check if zone/record exist in _get_zoneid() & _get_recordset_id(). Fix domain can't contain string "id".
      
      (Sensitive _debug Access Token Commented out, For CICD Run)
      e49ece87
  20. 11 Jan, 2022 1 commit
  21. 09 Jan, 2022 2 commits
  22. 07 Jan, 2022 1 commit
  23. 06 Jan, 2022 2 commits
    • jvandborg's avatar
      Format to comply with style guide · 459faf4d
      jvandborg authored
      459faf4d
    • Jacob Vandborg's avatar
      Cannot wait for PR #3673 to be completed · 8cdceb83
      Jacob Vandborg authored
      PR #3673 Fix simply.com API seems abandoned by maintainer and I need this fixed asap
      
      Changes implemented
      * Normalize JSON and fix not handling return code correctly
      * Add some information to comments
      * Fix trailing slash on URIs
      * Add 60 second sleep for zone to be written
      * Fix parsing record_data and record_type
      8cdceb83