Skip to content

Commit

Permalink
Update documentation, refers to #109
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Dec 13, 2020
1 parent 4439cb1 commit a7f852a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
## Features

- Updates periodically A records for different DNS providers:
- Azure
- Cloudflare
- DDNSS.de
- DigitalOcean
Expand Down Expand Up @@ -120,6 +121,7 @@ Start by having the following content in *config.json*, or in your `CONFIG` envi
For each setting, you need to fill in parameters.
Check the documentation for your DNS provider:

- [Azure](docs/azure.md)
- [Cloudflare](docs/cloudflare.md)
- [DDNSS.de](docs/ddnss.de.md)
- [DigitalOcean](docs/digitalocean.md)
Expand Down
34 changes: 34 additions & 0 deletions docs/azure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Azure

## Configuration

### Example

```json
{
"settings": [
{
"provider": "azure",
"domain": "domain.com",
"host": "@",
"subscription_id": "",
"resource_group_name": "",
"zone_name": "",
"relative_record_set_name": ""
}
]
}
```

### Compulsory parameters

- `"domain"`
- `"host"` is your host and can be a subdomain or `"@"`
- `"subscription_id"`
- `"resource_group_name"`
- `"zone_name"`
- `"relative_record_set_name"`

### Optional parameters

## Domain setup

0 comments on commit a7f852a

Please sign in to comment.