chore(all): rename host to owner

- Retro-compatible change, `host` field still works
- Documentation updated to use `owner` field
- Code updated to use owner variable name
This commit is contained in:
Quentin McGaw
2024-06-27 06:51:08 +00:00
parent 711b1acfc7
commit 32fafeca95
123 changed files with 713 additions and 690 deletions

View File

@@ -10,7 +10,7 @@
{
"provider": "dnsomatic",
"domain": "domain.com",
"host": "@",
"owner": "@",
"username": "username",
"password": "password",
"provider_ip": true,
@@ -24,7 +24,7 @@
### Compulsory parameters
- `"domain"`
- `"host"` is your host and can be a subdomain or `"@"` or `"*"`
- `"owner"` is the resource record owner and can be `"@"` for the root domain, `"*"` for the wildcard, or for example `"sub"` for the subdomain `sub.domain.com`
- `"username"`
- `"password"`
- `"provider_ip"`