Updated MYIP to use ipv4.am.i.mullvad.net/json
This commit is contained in:
parent
5216dbf835
commit
8f1c600277
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user