Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/dreamhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."
4 changes: 2 additions & 2 deletions docs/godaddy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down