1.0.2 • Published 9 years ago
gce-ips v1.0.2
gce-ips
fetch a list of Google Compute Engine IPs using DNS lookup
gce-ips list --format=json
gce-ips check 104.196.27.39Installation
npm i gce-ips -g
Usage
list: return a list of GCE IPs in JSON or text format.check: check whether an IP is GCE:$?=0if IP is in range.$?=1if IP is out of range.
License
ISC