Skip to content

Commit

Permalink
internet reverse reorder and keep unique (fixes #2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLKwong committed Mar 26, 2021
1 parent 2ddd315 commit 1f05b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/internet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ function internet {
postal=$(echo $postal | grep -e '"postal": "')
timezone=$(echo $postal | grep -e '"timezone": "')

echo " INFO: $info"
echo ""
echo " IP: $ip"
echo " ORG: $org"
echo " COUNTRY: $country"
Expand Down

0 comments on commit 1f05b4d

Please sign in to comment.