From c3b84a27f47d69f8e069f3f84eecf42e186aeb56 Mon Sep 17 00:00:00 2001 From: Chris Spillane Date: Wed, 19 Aug 2020 19:05:57 +0100 Subject: [PATCH] fixed show IP function --- pentmenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pentmenu b/pentmenu index 88f3ad9..5ac89a3 100755 --- a/pentmenu +++ b/pentmenu @@ -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