diff --git a/blog/posts/2023-12-02_make-your-own-ddns/index.md b/blog/posts/2023-12-02_make-your-own-ddns/index.md index 797bfc4..6d952e6 100644 --- a/blog/posts/2023-12-02_make-your-own-ddns/index.md +++ b/blog/posts/2023-12-02_make-your-own-ddns/index.md @@ -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. diff --git a/gpg-key.md b/gpg-key.md index 6471b25..239c3d7 100644 --- a/gpg-key.md +++ b/gpg-key.md @@ -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/).