whatip

Crates.iowhatip
lib.rswhatip
version0.4.2
sourcesrc
created_at2022-09-09 05:38:26.391571
updated_at2022-10-19 04:34:21.929918
descriptionA simple CLI program to look up an IP address
homepage
repositoryhttps://github.com/Cryptex-github/whatip
max_upload_size
id661537
size17,014
Cryptex (Cryptex-github)

documentation

README

WhatIP

A simple CLI program to look up an IP address

Installation

Make sure you have cargo installed, then run cargo install whatip

Usage

whatip will look up an IP address and return informations about it.

$ whatip 1.1.1.1

IP: 1.1.1.1
Country: Australia (AU)
Region: Queensland (QLD)
City: South Brisbane
Zip code: 4101
Latitude: -27.4766
Longitude: 153.0166
Timezone: Australia/Brisbane
ISP: Cloudflare, Inc
Organization: APNIC and Cloudflare DNS Resolver project
ASN: AS13335 Cloudflare, Inc.
ASN Name: CLOUDFLARENET
Hostname: one.one.one.one
Commit count: 28

cargo fmt