Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command line options to parse http and ws port numbers #3

Closed
wants to merge 2 commits into from

Commits on Feb 1, 2016

  1. Change default listen address from localhost to 0.0.0.0

    When you listen to an explicit IP address, then you only accept
    connections over one particular interface (lo for localhost).
    By using 0.0.0.0 connections will be accepted over any interface
    (wifi, eth, lo, etc).
    dhylands committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    b6c149c View commit details
    Browse the repository at this point in the history
  2. Add command line options to set listening ports

    Some services (like ntop) already use port 3000.
    Add command line options to allow the ports to be specified.
    dhylands committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    695f256 View commit details
    Browse the repository at this point in the history