modified: README.md

This commit is contained in:
Gregory Bednov 2026-03-16 01:00:07 +03:00
commit 51fd84fbf7

View file

@ -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
```
```
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.