- 09 Mar, 2022 1 commit
-
-
lufi42 authored
This implementation of the Plesk API will add support for Plesk web admin edition and will now discover all domains managed by the specific plesk instance. The existing implementation of the Plesk API uses the customer API. This brings two problems: 1. The current API call only fetches the domains of resellers/customers and not the domains that are managed by administrative users. compare: https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-customer-accounts/retrieving-the-list-of-customer%E2%80%99s-domains.75309/ https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-plesk-server/getting-server-information/response-packet-structure-and-samples/list-of-domains.75294/ 2. The customer API is only available in the pro/admin editions. The most common license on VPS/Dedicated Servers is the web host edition. See: https://www.plesk.com/editions/ The correct way to get all domains in all Plesk editions is to use the Sites (Domains) API: https://docs.plesk.com/en-US/obsidian/api-rpc/about-xml-api/reference/managing-sites-domains/getting-information-about-sites.66583/
-
- 07 Mar, 2022 1 commit
-
-
Gabriel Thörnblad authored
-
- 05 Mar, 2022 1 commit
-
-
waldner authored
-
- 04 Mar, 2022 1 commit
-
-
Gabriel Thörnblad authored
Loopia API is now less tolerant so we need another <value> tag surrounding the <struct>
-
- 19 Feb, 2022 1 commit
-
-
richard-9000 authored
Extended the regex to skip the new transferkey and hmac sections of opnsense bind.
-
- 13 Feb, 2022 1 commit
-
-
peter authored
-
- 12 Feb, 2022 3 commits
- 11 Feb, 2022 1 commit
- 09 Feb, 2022 1 commit
-
-
neil authored
if CF_Zone_ID is used, save it to domain conf instead.
-
- 08 Feb, 2022 10 commits
-
-
peter authored
-
Andreas Scherer authored
-
peter authored
-
peter authored
-
peter authored
-
peter authored
-
peter authored
-
peter authored
-
peter authored
-
Andreas Scherer authored
-
- 05 Feb, 2022 4 commits
- 01 Feb, 2022 1 commit
-
-
Andreas Scherer authored
-
- 24 Jan, 2022 1 commit
-
-
Lorenz Stechauner authored
-
- 22 Jan, 2022 1 commit
-
-
michal authored
-
- 20 Jan, 2022 1 commit
-
-
Yuan Ming authored
Replace pipe read with line count loop, fix useless return in subshell.
-
- 19 Jan, 2022 2 commits
-
-
neilpang authored
-
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}")"
-
- 15 Jan, 2022 1 commit
-
-
Yuan Ming authored
_secure_debug for sensitive token.
-
- 14 Jan, 2022 1 commit
-
-
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)
-
- 11 Jan, 2022 1 commit
-
-
I Komang Suryadana authored
-
- 09 Jan, 2022 2 commits
-
-
Felix Matouschek authored
-
Bodenhaltung authored
Add dnsHome.de API
-
- 07 Jan, 2022 1 commit
-
-
Jacob Vandborg authored
Users should use command line parameter --dnssleep instead
-
- 06 Jan, 2022 3 commits
-
-
jvandborg authored
-
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
-
Viktor G authored
-