Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
/ ipinfo Public archive

ipinfo is a command line utility that returns information about the IP address.

License

Notifications You must be signed in to change notification settings

Zero-Fork-Storage/ipinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipinfo

ipinfo is a command line utility that returns information about the IP address.

설치

이 프로그램은 Windows를 지원하지 않습니다.
Windows에서 사용하려면 Windows Subsystem for Linux을 이용하셔야합니다.

ipinfo를 사용하려면, Rust Programming Language의 패키지 매니저인 Cargo가 설치되어있어야 합니다. 만약 이미 설치된 경우, 아래의 명령어를 입력하여 설치를 완료할 수 있습니다.

cargo install --git https://github.com/zeroday0619/ipinfo.git

Cargo 패키지 매니저 설치는 다음 링크를 참고하세요.

Cargo 패키지 매니저 설치 방법

사용법

ip_info 0.1.0

zeroday0619 <[email protected]>

Get information about an IP address

USAGE:
    ipinfo --ip <IP> --mode <mode>

FLAGS:
    -h, --help       Print help information
    -V, --version    Print version information

OPTIONS:
    -i, --ip <IP>        IP address
    -m, --mode <mode>    Mode: [0: asn ,1: country, 2: city, 3: geolocation]

AS Number

ipinfo --ip 1.1.1.1 --mode 0

Country

ipinfo --ip 1.1.1.1 --mode 1

City

ipinfo --ip 1.1.1.1 --mode 2

Geolocation

ipinfo --ip 1.1.1.1 --mode 3

라이선스

이 프로그램은 MIT 라이선스를 따릅니다.

About

ipinfo is a command line utility that returns information about the IP address.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages