Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

blame-my-network

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blame-my-network

Check whether a website is up or down only for your network

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

blame-my-network

Check whether a website is up or down only for your network

Build Status Coverage Status PRs Welcome GitHub issues

NPM

Installation

One time usage,

$ npx blame-my-network http://theanubhav.com

output:
Connection successful from both, internal and external network.

Installing as global package

$ npm i -g blame-my-network
$ blamemynetwork http://theanubhav.com

output:
Connection successful from both, internal and external network.

Usage

  1. Connection available for both outside world and on your network

    $ blamemynetwork http://theanubhav.com
    Connection successful from both, internal and external network.
    
  2. Connection available for only your network and not to external network. In case site is either not public, or you are on VPN, or accessing organisation internal site, or manually entry for DNS on host machine/router.

    $ blamemynetwork https://someinternalsite.com
    Only internal network could access the site.
    
  3. Your network couldn't access the site while external network could access the site and you should blame your network for this.

    $ blamemynetwork https://blamethenetworksite.com
    Blame your network. The external network can acess the site.
    
  4. Neither your network nor external network could access the site. Either site doesn't exists or is down for now

    $ blamemynetwork https://blamethenetworksite.com
    Connection failure from both, internal and external network.
    

Known Issues

  1. For URL with explicit port : eg, abc.com:9080, xyz.pqr.com:8080 will be reported as not available from external network
  2. Domains not responding to http(or port 80, returning 302 or HSTS header) would be reported as not available from external network

Contribution

Suggestions and PRs are welcome!

Please create issue or open PR request for contribution.

License

Open Source Love

refer LICENSE file in this repository.

Keywords

FAQs

Package last updated on 08 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc