diff --git a/providers/dns/dnshomede/internal/readme.md b/providers/dns/dnshomede/internal/readme.md index 008b1508..014b062a 100644 --- a/providers/dns/dnshomede/internal/readme.md +++ b/providers/dns/dnshomede/internal/readme.md @@ -16,17 +16,18 @@ Always returns StatusOK (200) If the API call works the first word of the response body is `successfully`. -Can be a POST or a GET, the HTTP method doesn't seem to have an impact. +If an error encoured the response body is `error - `. + +Can be a POST or a GET. ## Remove TXT record ``` -https://:@www.dnshome.de/dyndns.php?acme=rm&txt= +https://:@www.dnshome.de/dyndns.php?acme=rm ``` - ``: the subdomain (ex: `lego.dnshome.de`). - ``: the subdomain password. -- ``: the value of the TXT record (12 characters minimum) (IGNORED) Only one TXT record can be used for a subdomain. @@ -34,4 +35,6 @@ Always returns StatusOK (200) If the API call works the first word of the response body is `successfully`. -Can be a POST or a GET, the HTTP method doesn't seem to have an impact. +If an error encoured the response body is `error - `. + +Can be a POST or a GET.