Skip to content

Commit

Permalink
fixed show IP function
Browse files Browse the repository at this point in the history
  • Loading branch information
GinjaChris committed Aug 19, 2020
1 parent 9a1d24e commit c3b84a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pentmenu
Expand Up @@ -83,7 +83,7 @@ showip()
{ echo "External IP lookup uses curl..."
echo "External IP is detected as:"
#use curl to lookup external IP
curl https://canihazip.com/s/
curl https://icanhazip.com/s/
echo ""
echo ""
#show interface IP's
Expand Down

0 comments on commit c3b84a2

Please sign in to comment.