Minor improvments on eachf and show_ip
This commit is contained in:
@ -1,2 +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'
|
||||
ip_value=$(curl -s https://api.ipify.org/)
|
||||
echo $ip_value
|
||||
|
Reference in New Issue
Block a user