docs: fix typo
This commit is contained in:
parent
aabb4ac644
commit
58a97140df
1 changed files with 5 additions and 3 deletions
|
@ -3,9 +3,11 @@
|
|||
A simple script used to send dynamic DNS updates to the Ionos API.
|
||||
Using this script requires you to have your domain registered with Ionos, and having obtained an [API key from them](https://developer.hosting.ionos.com/docs/getstarted).
|
||||
|
||||
Any subdomains you add to `config.yml` are automatically to your Ionos account and pointed at your public IP (provided that your API Key is valid and you own the respective parent domain).
|
||||
**NOTE:** Removing the domains from `config.yml` does not remove their global DNS record. They will still be registered subdomains and point to whatever public IP you had when you last sent an update request for that subdomain.
|
||||
You must log in to your Ionos account and remove them manually.
|
||||
Any subdomains you add to `config.yml` are added automatically to your Ionos account and pointed at your public IP (provided that your API Key is valid and you own the respective parent domain).
|
||||
|
||||
**NOTE:** Removing the domains from `config.yml` does not remove their global DNS record.
|
||||
They will still be publically registered subdomains and point to whatever public IP you had when you last ran the script with the respective domain listed inside `config.yml`.
|
||||
You must log in to your Ionos account and remove them manually to de-register the domain.
|
||||
|
||||
### Dependencies
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue