This commit is contained in:
2024-02-28 11:04:05 +01:00
commit db2082311f
49 changed files with 587 additions and 0 deletions

6
getpubip.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
IP="`wget -q -O - http://ipecho.net/plain`"
echo $IP
whois $IP | grep country: | cut -d ' ' -f9,10