Skip to content

Commit 35c8928

Browse files
authored
docs(dnsomatic): fix settings fields (#463)
- replace invalid `token` with `username` + `password` - add `provider_ip` field
1 parent d31318d commit 35c8928

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/dnsomatic.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"provider": "dnsomatic",
1212
"domain": "domain.com",
1313
"host": "@",
14-
"token": "yourtoken",
14+
"username": "username",
15+
"password": "password",
16+
"provider_ip": true,
1517
"ip_version": "ipv4"
1618
}
1719
]
@@ -24,6 +26,7 @@
2426
- `"host"` is your host and can be a subdomain or `"@"` or `"*"`
2527
- `"username"`
2628
- `"password"`
29+
- `"provider_ip"`
2730

2831
### Optional parameters
2932

0 commit comments

Comments
 (0)