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

Look up region and other information for any Azure IP address

License

Notifications You must be signed in to change notification settings

sampointer/digaz

Repository files navigation

digaz GoDoc Go Report Card goreleaser

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

$ digaz $(dig dev.azure.com +short)
changeNumber: 2 networkFeatures: ["API" "NSG" "UDR" "FW"] platform: "Azure" region: "" regionId: 0 systemService: "AzureFrontDoor"

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

Installation

Homebrew

brew tap sampointer/digaz
brew install digaz

Packages

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

Docker

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

Similar tools

Company Tool
AWS digaws
Azure digaz
Google digg

About

Look up region and other information for any Azure IP address

Resources

License

Stars

Watchers

Forks

Packages

No packages published