From 6028e71b731864188bac917063c47fe714ba87b2 Mon Sep 17 00:00:00 2001 From: Jackson de Oliveira <39113242+jocundjackson@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:14:43 -0400 Subject: [PATCH 1/4] Update godaddy.md corrected numerical list --- docs/godaddy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/godaddy.md b/docs/godaddy.md index 58f335a74..743d040fc 100644 --- a/docs/godaddy.md +++ b/docs/godaddy.md @@ -38,11 +38,11 @@ [![GoDaddy Developer Login](../readme/godaddy1.gif)](https://developer.godaddy.com/keys) -1. Generate a Test key and secret. +2. Generate a Test key and secret. [![GoDaddy Developer Test Key](../readme/godaddy2.gif)](https://developer.godaddy.com/keys) -1. Generate a **Production** key and secret. +3. Generate a **Production** key and secret. [![GoDaddy Developer Production Key](../readme/godaddy3.gif)](https://developer.godaddy.com/keys) From 2ff4d61f14dc9a0aedbf79cc1f5eb8efae5b951a Mon Sep 17 00:00:00 2001 From: Jackson de Oliveira <39113242+jocundjackson@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:25:46 -0400 Subject: [PATCH 2/4] Update dreamhost.md Added setup steps for dreamhost --- docs/dreamhost.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/dreamhost.md b/docs/dreamhost.md index 4c2e035c7..8a7b21107 100644 --- a/docs/dreamhost.md +++ b/docs/dreamhost.md @@ -30,3 +30,8 @@ - `"ipv6_suffix"` is the IPv6 interface identifier suffix to use. It can be for example `0:0:0:0:72ad:8fbb:a54e:bedd/64`. If left empty, it defaults to no suffix and the raw public IPv6 address obtained is used in the record updating. ## Domain setup + +1. Login to the Dreamhost control panel and navigate to the API key page. https://panel.dreamhost.com/?tree=home.api +2. Generate a new API Key with a comment to describe its purpose. Add permissions("Functions this key should have access to:") for **All dns functions**. +3. Add your key to your configuration settings for ddns-updater (config.json). +4. Confirm your domain's DNS records already as an **A** name custom record established in the Dreamhost control panel. If no A name is listed, ddns-updater will fail with error "no_such_zone." From e322f058387963824fcfdf7ea17fb9ee1c97b585 Mon Sep 17 00:00:00 2001 From: Jackson de Oliveira <39113242+jocundjackson@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:12:52 -0500 Subject: [PATCH 3/4] Github md change --- docs/dreamhost.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dreamhost.md b/docs/dreamhost.md index 8a7b21107..69df672c9 100644 --- a/docs/dreamhost.md +++ b/docs/dreamhost.md @@ -32,6 +32,6 @@ ## Domain setup 1. Login to the Dreamhost control panel and navigate to the API key page. https://panel.dreamhost.com/?tree=home.api -2. Generate a new API Key with a comment to describe its purpose. Add permissions("Functions this key should have access to:") for **All dns functions**. -3. Add your key to your configuration settings for ddns-updater (config.json). -4. Confirm your domain's DNS records already as an **A** name custom record established in the Dreamhost control panel. If no A name is listed, ddns-updater will fail with error "no_such_zone." +1. Generate a new API Key with a comment to describe its purpose. Add permissions("Functions this key should have access to:") for **All dns functions**. +1. Add your key to your configuration settings for ddns-updater (config.json). +1. Confirm your domain's DNS records already as an **A** name custom record established in the Dreamhost control panel. If no A name is listed, ddns-updater will fail with error "no_such_zone." From 8a1976d95e758dc9c01e296df5113b67e0046d85 Mon Sep 17 00:00:00 2001 From: Jackson de Oliveira <39113242+jocundjackson@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:21:26 -0500 Subject: [PATCH 4/4] reverted markdown change --- docs/godaddy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/godaddy.md b/docs/godaddy.md index 743d040fc..58f335a74 100644 --- a/docs/godaddy.md +++ b/docs/godaddy.md @@ -38,11 +38,11 @@ [![GoDaddy Developer Login](../readme/godaddy1.gif)](https://developer.godaddy.com/keys) -2. Generate a Test key and secret. +1. Generate a Test key and secret. [![GoDaddy Developer Test Key](../readme/godaddy2.gif)](https://developer.godaddy.com/keys) -3. Generate a **Production** key and secret. +1. Generate a **Production** key and secret. [![GoDaddy Developer Production Key](../readme/godaddy3.gif)](https://developer.godaddy.com/keys)