Fix markdown formatting
This commit is contained in:
parent
000069b45d
commit
f6373b584e
2 changed files with 10 additions and 5 deletions
|
@ -145,7 +145,8 @@ ### GoDaddy API Keys
|
||||||
be needed shortly.
|
be needed shortly.
|
||||||
|
|
||||||
> Ensure that you get the API secret and key for the **production environment**;
|
> Ensure that you get the API secret and key for the **production environment**;
|
||||||
> not the ones for the test environment. {.warning}
|
> not the ones for the test environment.
|
||||||
|
> {.warning}
|
||||||
|
|
||||||
## The Script
|
## The Script
|
||||||
|
|
||||||
|
@ -156,12 +157,14 @@ ## The Script
|
||||||
>
|
>
|
||||||
> Refer to the
|
> Refer to the
|
||||||
> [GoDaddy Domains API documentation](https://developer.godaddy.com/doc/endpoint/domains)
|
> [GoDaddy Domains API documentation](https://developer.godaddy.com/doc/endpoint/domains)
|
||||||
> for the complete list of endpoints. {.info}
|
> for the complete list of endpoints.
|
||||||
|
> {.info}
|
||||||
|
|
||||||
> The public IP address is obtained from an instance of
|
> The public IP address is obtained from an instance of
|
||||||
> [IpMe](https://code.fosterhangdaan.com/foster/ipme) at
|
> [IpMe](https://code.fosterhangdaan.com/foster/ipme) at
|
||||||
> [https://ipme.fosterhangdaan.com](https://ipme.fosterhangdaan.com).
|
> [https://ipme.fosterhangdaan.com](https://ipme.fosterhangdaan.com).
|
||||||
> [Ipify](https://www.ipify.org) can be used as an alternative. {.info}
|
> [Ipify](https://www.ipify.org) can be used as an alternative.
|
||||||
|
> {.info}
|
||||||
|
|
||||||
Here is the content of the script:
|
Here is the content of the script:
|
||||||
|
|
||||||
|
@ -262,7 +265,8 @@ ## Schedule the Script to Run Every Hour with Cron
|
||||||
|
|
||||||
> Access to the script should be granted only to authorized users (such as
|
> Access to the script should be granted only to authorized users (such as
|
||||||
> `root`) since the script contains sensitive information: your GoDaddy API
|
> `root`) since the script contains sensitive information: your GoDaddy API
|
||||||
> secret and key. {.warning}
|
> secret and key.
|
||||||
|
> {.warning}
|
||||||
|
|
||||||
The script should now be scheduled to run every hour by Cron.
|
The script should now be scheduled to run every hour by Cron.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
> I do not use keyservers. A key claiming to be mine from a keyserver is
|
> I do not use keyservers. A key claiming to be mine from a keyserver is
|
||||||
> definitely a fake. {.warning}
|
> definitely a fake.
|
||||||
|
> {.warning}
|
||||||
|
|
||||||
> I suggest reading up on GPG if you are unfamiliar with it. You can find
|
> I suggest reading up on GPG if you are unfamiliar with it. You can find
|
||||||
> information about GPG on the [GnuPG official website](https://gnupg.org/).
|
> information about GPG on the [GnuPG official website](https://gnupg.org/).
|
||||||
|
|
Loading…
Reference in a new issue