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": "njalla",
"domain": "domain.com",
"host": "@",
"owner": "@",
"key": "key",
"ip_version": "ipv4",
"ipv6_suffix": "",
@@ -23,7 +23,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`
- `"key"` is the key for your record
### Optional parameters