GithubHelp home page GithubHelp logo

Comments (2)

eriktrom avatar eriktrom commented on May 11, 2024 1

To open a port in the protected range of ports (<= 1024) you need to need the right permissions. That may vary per system. I would try to use a host that will bind to a non loopback interface, for example: { host: 0.0.0.0, port: 80 }. This may require updating your firewall, to allow traffic through that interface (e.g, en0). On mac, u can check that nodjs is listed in system preferences -> security -> firewall. An alert box on mac will show up when you run port finder on a privileged interface for any port. On linux you would need to add the port to your firewall (a simple google query should explain how, depending on the distro). On windows, I'm not sure.

You may need to use sudo, but that is not ideal.

You can cross check these same steps by starting simple http server provided by python, on a privileged interface. The flow should be the same. (aka, start python server on 0.0.0.0 on any port - if there is a difference between how you get a server running with that tool and port finder, security wise, let me know, i'd be curious to hear about it.)

from node-portfinder.

eriktrom avatar eriktrom commented on May 11, 2024

closing to cleanup issue list, comments or questions still welcome, if needed

from node-portfinder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.