From 3a9c3de2f21fdd8f13c1fb5bbc34862661301c51 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 23 Sep 2025 15:11:53 +0300 Subject: jo --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index dace106..5c66133 100644 --- a/Justfile +++ b/Justfile @@ -29,3 +29,4 @@ gather-fooodds: (ssh rex@fishfinger.buetow.org '(doas cat /var/log/fooodds; doas zcat /var/log/fooodds.*) | sort -u'; ssh rex@blowfish.buetow.org '( doas cat /var/log/fooodds; doas zcat /var/log/fooodds.0*) | sort -u' ) | grep -F -v 'logfile turned over' | sort -u > fooodds.log wc -l fooodds.log @echo Now check fooodds.log manually and update fooodds.txt accordingly. Any new paths to block? + @echo You could use an LLM to add more suspicious enrtries from the fooodds.log to the fooodds.txt file! -- cgit v1.2.3