From 8f1c600277d11976db2dfba003baf8acf130d326 Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 5 May 2022 12:21:36 +0100 Subject: [PATCH] Updated MYIP to use ipv4.am.i.mullvad.net/json --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index a33d1ff..63d8fc4 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -27,7 +27,7 @@ alias nethack-online='ssh nethack@nethack.alt.org ; clear' alias tron-online='ssh sshtron.zachlatta.com ; clear' # My IP Info -alias myip='MYIP=$(curl -s https://ipecho.net/plain; echo) && curl https://ipinfo.io/"$MYIP" && echo' +alias myip='curl -s https://ipv4.am.i.mullvad.net/json | python -m json.tool && echo' alias ports-in-use='sudo lsof -i -P -n | grep LISTEN' # Typo