npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

gce-ips

1.0.2

@bcoe

npmHomeRepoSnykSocket
Downloads:129189
$ npm install gce-ips
DailyWeeklyMonthlyYearly

gce-ips

Build Status Standard Version

fetch a list of Google Compute Engine IPs using DNS lookup

gce-ips list --format=json
gce-ips check 104.196.27.39

Installation

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:
    • $? = 0 if IP is in range.
    • $? = 1 if IP is out of range.

License

ISC