chore: layout scripts/monitoring + tor configs; host README
This commit is contained in:
parent
5920296ae4
commit
4180ca44c6
12 changed files with 1007 additions and 0 deletions
8
scripts/monitoring/tor_inbound_connects.sh
Executable file
8
scripts/monitoring/tor_inbound_connects.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
for ((;;))
|
||||
do
|
||||
date &&
|
||||
echo -n "Tor IPv4 inbound connects: "; ss -s -4 | grep 192.168.100.95:https | wc -l &&
|
||||
echo -n "Tor IPv6 inbound connects: "; ss -s -6 | grep -E '::1]:https' | wc -l &&
|
||||
sleep 3600
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue