Merged old and new scripts folder + minor changes

This commit is contained in:
2022-02-04 21:15:36 +01:00
parent a65c9aa953
commit 6a0369c19b
5 changed files with 41 additions and 25 deletions

2
show_ip.sh Executable file
View File

@ -0,0 +1,2 @@
ip_value=$(curl -s https://dnsleak.com/ | grep "You are connecting from an IPv4 address" -A 2 | grep "text" | awk '{ print $3}')
echo $ip_value | sed -e 's/value="//g' | sed -e 's/"//g'