Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yano3/awsipr

Checks whether an IP address is in AWS ranges.
https://github.com/yano3/awsipr

Last synced: about 2 hours ago
JSON representation

Checks whether an IP address is in AWS ranges.

Awesome Lists containing this project

README

        

# awsipr

Checks whether an IP address is in AWS ranges.

## Installation

## Usage

```console
awsipr xxx.xxx.xxx.xxx
```

### macOS

If you use [Homebrew](https://brew.sh):

```console
brew tap yano3/awsipr https://github.com/yano3/awsipr
brew install awsipr
```

### Other platforms

Download binary from [releases page](https://github.com/yano3/awsipr/releases) or use `go install` command.

```console
$ go install github.com/yano3/awsipr@latest
```