docs: example configuration

This commit is contained in:
Daniel Langbein 2023-03-28 17:16:11 +02:00
parent fda4c0f170
commit 1d01344067

View File

@ -2,6 +2,25 @@
Update DNS records with your current external IP address using the netcup DNS API.
## Configuration
For each netcup customer, create a `.ini` configuration file. Here is an example:
```ini
[credentials]
customer = 123456
api_key = abcdefghijklmnopqrstuvwxyz
api_password = abcdefghijklmnopqrstuvwxyz
[example.com]
hostname = @
type = A
[foo.bar]
hostname = @
type = A
```
## TODOs
Alternative external IP detection: