Add more scripts to the install toolkit

This commit is contained in:
2024-05-27 15:40:00 +01:00
parent db9c703bd0
commit b188587a44
8 changed files with 69 additions and 51 deletions

View File

@@ -1,10 +1,11 @@
echo "PUBLIC IP:"
wget -qO - https://api.ipify.org; echo
wget -qO - https://api.ipify.org
echo
echo
echo "TOR PUBLIC IP:"
torsocks wget -qO - https://api.ipify.org; echo
echo
# echo "TOR PUBLIC IP:"
# torsocks wget -qO - https://api.ipify.org; echo
# echo
echo "OPEN PORTS:"
sudo ss -tupln