Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yano3/awsipr
- Owner: yano3
- License: mit
- Created: 2021-07-08T15:02:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T10:55:41.000Z (over 2 years ago)
- Last Synced: 2023-07-12T05:11:41.002Z (over 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```