diff options
| author | Christian Cleberg <[email protected]> | 2025-06-23 15:20:07 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-06-23 15:20:07 -0500 |
| commit | e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca (patch) | |
| tree | c5fbcdebea6b6b389f4bf677355df3107fd7a1fe /content/blog/2022-02-10-njalla-dns-api.org | |
| parent | c9715768e01108f7e74ffab01aa368f8adfc3f15 (diff) | |
| download | cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.tar.gz cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.tar.bz2 cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.zip | |
feat(blog): update blog post titles and fix character bugs
Diffstat (limited to 'content/blog/2022-02-10-njalla-dns-api.org')
| -rw-r--r-- | content/blog/2022-02-10-njalla-dns-api.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/2022-02-10-njalla-dns-api.org b/content/blog/2022-02-10-njalla-dns-api.org index e149ad1..d18f628 100644 --- a/content/blog/2022-02-10-njalla-dns-api.org +++ b/content/blog/2022-02-10-njalla-dns-api.org @@ -1,6 +1,6 @@ #+date: <2022-02-10 Thu 00:00:00> #+title: Automating Dynamic DNS Record Updates via Njalla API Using Python -#+description: Instructional material detailing automation of DNS record updates by interfacing with Njalla’s API, suitable for environments with frequently changing IP addresses. +#+description: Instructional material detailing automation of DNS record updates by interfacing with Njalla's API, suitable for environments with frequently changing IP addresses. #+slug: njalla-dns-api #+filetags: :python:ddns:njalla: @@ -204,5 +204,5 @@ In the cron file, paste the following at the bottom of the editor in order to check the IP every five minutes: #+begin_src sh -,*/5 ** ** ** ** python3 /home/<your_username>/ddns/ddns.py +*/5 * * * * python3 /home/<your_username>/ddns/ddns.py #+end_src |
