Skip to content

Instantly share code, notes, and snippets.

@joerodrig
Last active June 19, 2020 23:10
Show Gist options
  • Save joerodrig/2f883b7cfd092752248e356e99b0bf13 to your computer and use it in GitHub Desktop.
Save joerodrig/2f883b7cfd092752248e356e99b0bf13 to your computer and use it in GitHub Desktop.
Block requests made from the Starry router to their cloud servers
### StarryBlocker - Blocks requests made from the Starry router to their metrics/app/upgrade servers.
### Author Joseph Rodriguez - https://github.com/joerodrig
### License: MIT
### Updated: 2020-06-17
### NOTE: Blocking the URLs below will cause the Starry mobile application to no longer be able to 'connect' to the router
### and will prevent the router from auto-updates.
0.0.0.0 data.cloud.starry.com
0.0.0.0 upgrader.cloud.starry.com
0.0.0.0 stats-api-production-1282946093.us-east-1.elb.amazonaws.com
0.0.0.0 events.cloud.starry.com
0.0.0.0 cloud-api-production-1220458049.us-east-1.elb.amazonaws.com
0.0.0.0 cloud.starry.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment