From 4e4c65f614a7542b34cec26c550f12d7589feec7 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 26 Jun 2024 21:21:13 +0100 Subject: Updated wanip alias --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 090953f..19f56a4 100644 --- a/.bashrc +++ b/.bashrc @@ -56,7 +56,7 @@ case $TERM in esac command -v bat > /dev/null && alias cat='bat --paging=never' -alias wanip='dig +short myip.opendns.com @resolver1.opendns.com' +alias wanip='dig @resolver4.opendns.com myip.opendns.com +short' # alias to stop foot terminal confusing ssh if [[ $TERM = "foot" ]]; then -- cgit v1.2.3