diff options
Diffstat (limited to 'hyperterm/tools')
-rw-r--r-- | hyperterm/tools/network.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperterm/tools/network.sh b/hyperterm/tools/network.sh index 1a21a57..6a2325f 100644 --- a/hyperterm/tools/network.sh +++ b/hyperterm/tools/network.sh @@ -4,5 +4,5 @@ function __network() { : "${MY_IP:=$(ip route show table local | awk -F "local" '{print $2}' | uniq)}" unset MY_ISP - : "${MY_ISP:=$(host myip.opendns.com resolver1.opendns.com | grep "myip.opendns.com has" | awk '{print $4}')}" + : "${MY_ISP:=$(host whoami.akamai.net. ns1-1.akamaitech.net. | grep "whoami.akamai.net has" | awk '{print $4}')}" } |