summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index d8e35b2..a3cbaeb 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -34,7 +34,13 @@ shaped the way they are:
- Host services outside the jails: `wg0`, `caddy`, `ddclient` (dynamic DNS,
since the box is on a residential/dynamic IP - this is also why
`checks/wg-watcher.sh` exists, to catch the WAN-change-reaction daemon
- dying silently).
+ dying silently). `checks/ddclient.sh` currently only checks the process
+ is running (`svc_status`), not that updates are actually succeeding -
+ **ddclient logging isn't enabled on this box**, so a "did the last
+ update actually succeed" check can't be built by tailing a log file
+ that doesn't exist. It'd need to read ddclient's cache file (records
+ the last IP it set) or compare against the box's actual public IP
+ instead - neither has been explored yet.
## Where code runs vs. where it's edited
@@ -141,6 +147,12 @@ approach for any future long-text row:
ish bitmap font wrapping doesn't line up with raw string length in an
obvious way.
+**Known gap**: `abbreviate_rule()`'s regexes were developed and tested
+against filter-rule (`-sr`) syntax only. It also runs on `-sn` (nat/rdr)
+output, but no nat/rdr rule shape has actually been exercised against it -
+a new nat rule may pass through unshortened rather than compressing as
+tightly as a filter rule. Check the rendered page after adding one.
+
## When cron + static HTML stops being enough
This project started as a refactor of a single monolithic cron script