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

Look up region and other information for any Google IP address

License

Notifications You must be signed in to change notification settings

sampointer/digg

Repository files navigation

digg GoDoc Go Report Card goreleaser

Look-up region and other information for any Google-owned IP address:

$ digg $(dig king.com +short)
prefix: 34.64.0.0/10 scope: none service: none
prefix: 34.120.0.0/16 scope: global service: Google Cloud
$ digg 8.8.8.8 2a00:1450:4009:814::200e
prefix: 8.8.8.0/24 scope: none  service: none
prefix: 2a00:1450::/32 scope: none service: none

An online version of this tool can be found at runson.cloud.

Installation

Homebrew

brew tap sampointer/digg
brew install digg

Packages

Debian and RPM packages can be found on the releases page.

Docker

git clone https://github.com/sampointer/digg; cd digg
docker build -t digg .
docker run --rm -it digg $(dig king.com +short)

Similar tools

Company Tool
AWS digaws
Azure digaz
Google digg

About

Look up region and other information for any Google IP address

Resources

License

Stars

Watchers

Forks

Packages

No packages published