diff options
| author | Paul Buetow <paul@buetow.org> | 2024-04-03 00:06:36 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-04-03 00:06:36 +0300 |
| commit | 596e6601039e9f8d343da4b04cb2ad941acc00ac (patch) | |
| tree | 6fb8256cbec877627f7a4f08cb61a06cbfa35d05 | |
| parent | 96d827b2b502df181ae547fd773d4f4306d684d1 (diff) | |
Update content for md
| -rw-r--r-- | gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md | 6 | ||||
| -rw-r--r-- | index.md | 2 | ||||
| -rw-r--r-- | 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/; } - ' + ' } ``` @@ -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. |
