From 51fd84fbf7d61862a296508aa6719f73a7311194 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Mon, 16 Mar 2026 01:00:07 +0300 Subject: [PATCH] modified: README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fae455a..c57b2a6 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ Use with command ``` sudo journalctl -xeu yggdrasil --no-pager -o json-pretty | jq ".MESSAGE" -r | cut -f3- -d' ' | sed 's/inbound:/Inbound/; s/outbound:/Outbound/' | cut -f1 -d@ | sed 's/$/"/;' | ./yggscraper -``` \ No newline at end of file +``` + +btw it allows to "blacklist" some addresses from the showing through the ~/.config/yggscraper/blacklist. It allows both pure IPs and ranges, v4 and v6. \ No newline at end of file