summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-23 15:11:53 +0300
committerPaul Buetow <paul@buetow.org>2025-09-23 15:11:53 +0300
commit3a9c3de2f21fdd8f13c1fb5bbc34862661301c51 (patch)
tree91fadd66ea3fac7a610367ced89d086ebc07210b
parentee668cb4d66e147ef6a1067003b25e4a42be8be3 (diff)
jo
-rw-r--r--Justfile1
1 files changed, 1 insertions, 0 deletions
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!