i made this script-like code
This commit is contained in:
commit
d504ccf992
5 changed files with 123 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
VERY dumb and simple attempt to catch some computers online if they're connected to you through the Yggdrasil and you're the peer to them.
|
||||
|
||||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue