# README
digg

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 |
digg |
# Packages
Copyright © 2020 Sam Pointer <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author