Fix markdown formatting

This commit is contained in:
Foster Hangdaan 2024-09-10 06:36:18 -04:00
parent 000069b45d
commit f6373b584e
Signed by: foster
GPG key ID: E48D7F49A852F112
2 changed files with 10 additions and 5 deletions

View file

@ -145,7 +145,8 @@ ### GoDaddy API Keys
be needed shortly.
> 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
@ -156,12 +157,14 @@ ## The Script
>
> Refer to the
> [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
> [IpMe](https://code.fosterhangdaan.com/foster/ipme) at
> [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:
@ -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
> `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.

View file

@ -4,7 +4,8 @@
---
> 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
> information about GPG on the [GnuPG official website](https://gnupg.org/).