modified: README.md
This commit is contained in:
parent
d504ccf992
commit
51fd84fbf7
1 changed files with 3 additions and 1 deletions
|
|
@ -5,3 +5,5 @@ 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
|
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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue