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