1. 05 Feb, 2022 4 commits
  2. 22 Jan, 2022 1 commit
  3. 20 Jan, 2022 1 commit
  4. 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
  5. 15 Jan, 2022 1 commit
  6. 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
  7. 11 Jan, 2022 1 commit
  8. 09 Jan, 2022 2 commits
  9. 07 Jan, 2022 1 commit
  10. 06 Jan, 2022 13 commits
  11. 20 Oct, 2021 2 commits
  12. 08 Oct, 2021 1 commit
  13. 07 Oct, 2021 2 commits
  14. 06 Oct, 2021 1 commit
  15. 03 Oct, 2021 7 commits