Skip to content

7sDream/bgpview-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BGPView CLI

Working in progress, only ip sub command usable for now.

Other sub commands can be added easily, but I do not use them personally, so they may not be added forever if no one asks.

You can refer to the document of bgpview.io API if you want to contribute or implement other commands.

Install

$ cargo install bgpview-cli

Usage

$ bgpview-cli ip 1.1.1.1
     IP: 1.1.1.1
Country: AU
   City: Unknown

   IANA: APNIC
AssigSt: allocated
AssigAt: Unknown
  Whois: whois.apnic.net

    RIR: APNIC - AU
 Prefix: 1.1.1.0/24
AllocSt: assigned
AllocAt: 2011-08-11 00:00:00

     AS: 13335 - CLOUDFLARENET - Cloudflare, Inc. - US
 Prefix: 1.1.1.0/24
   Name: APNIC-LABS
   Desc: APNIC and Cloudflare DNS Resolver project
Country: AU

Use -h/--help for help.

You can set alias if you use some command very often, bash for example:

alias bvip="bgpview-cli ip"
bvip 1.1.1.1

License

See UNLICENSE.

About

CLI tools for bgpview.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages