Skip to content
Open
Changes from all 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
4 changes: 3 additions & 1 deletion docs/inwx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Configuration

You must configure a DynDNS Account in INWX and use the configured account and hostname. See https://www.inwx.com/en/offer/dyndns.

### Example

```json
Expand All @@ -21,7 +23,7 @@

### Compulsory parameters

- `"domain"` is the domain to update. It can be `example.com` (root domain) or `sub.example.com` (subdomain of `example.com`).
- `"domain"` is the domain to update. This must be the domain configured for the DynDNS Account.
- `"username"`
- `"password"`

Expand Down