addr

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2023 License: BSD-3-Clause-Clear Imports: 2 Imported by: 0

README

addr


Look up route origin information from the command-line

GitHub Workflow Status Codecov GitHub release (latest SemVer)

addr gets its information from the wonderful bgp.tools.

Installation

macOS

Homebrew
brew tap thatmattlove/addr
brew install addr

Linux

Debian/Ubuntu (APT)
echo "deb [trusted=yes] https://repo.fury.io/thatmattlove/ /" > /etc/apt/sources.list.d/thatmattlove.fury.list
sudo apt update
sudo apt install addr
RHEL/CentOS (YUM)
echo -e "[fury-thatmattlove]\nname=thatmattlove\nbaseurl=https://repo.fury.io/thatmattlove/\nenabled=1\ngpgcheck=0" > /etc/yum.repos.d/thatmattlove.fury.repo
sudo yum update
sudo yum install addr

Windows

TODO In the meantime, download from releases

Usage

❯ ./addr --help
addr is a tool to look up IP & ASN ownership and routing information.

Usage:
  addr [flags]
  addr [command]

Available Commands:
  asn         Look up an ASN
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  ip          Look up an IP address or prefix

Flags:
  -h, --help      help for addr
  -v, --version   version for addr

Use "addr [command] --help" for more information about a command.

ASN

IP Address/Prefix

GitHub

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL