From 596e6601039e9f8d343da4b04cb2ad941acc00ac Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Apr 2024 00:06:36 +0300 Subject: Update content for md --- gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md | 6 +++--- index.md | 2 +- uptime-stats.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md index 7f137793..542e4c60 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md @@ -113,8 +113,8 @@ standby 300 IN AAAA 2a01:4f8:c17:20f1::42 ; Enable failover ``` ```sh -tramsform () { - sed -E ' +transform () { + sed -E ' /IN A .*; Enable failover/ { /^standby/! { s/^(.*) 300 IN A (.*) ; (.*)/\1 300 IN A '$(cat /var/nsd/run/master_a)' ; \3/; @@ -134,7 +134,7 @@ tramsform () { / ; serial/ { s/^( +) ([0-9]+) .*; (.*)/\1 '$(date +%s)' ; \3/; } - ' + ' } ``` diff --git a/index.md b/index.md index dde081e3..bdc1dc00 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ # foo.zone -> This site was generated at 2024-04-02T01:33:21+03:00 by `Gemtexter` +> This site was generated at 2024-04-03T00:06:22+03:00 by `Gemtexter` ``` |\---/| diff --git a/uptime-stats.md b/uptime-stats.md index c1d3415b..c0648311 100644 --- a/uptime-stats.md +++ b/uptime-stats.md @@ -1,6 +1,6 @@ # My machine uptime stats -> This site was last updated at 2024-04-02T01:33:21+03:00 +> This site was last updated at 2024-04-03T00:06:22+03:00 The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine. -- cgit v1.2.3