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 option to change listening address at startup #41

Merged
merged 4 commits into from
Feb 5, 2020
Merged

Add option to change listening address at startup #41

merged 4 commits into from
Feb 5, 2020

Commits on Feb 5, 2020

  1. Include variable for setting listen address

    Just adds an option for the server to be started on a different address rather than the wildcard.
    Nathan Parker Williams authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    ab3c63f View commit details
    Browse the repository at this point in the history
  2. Update README to account for prior change

    Adjusts the README to account for the change made in server.go which allows one to set the listen address.
    Nathan Parker Williams authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    eb7c354 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from NateTheSage/patch-1

    Include variable for setting listen address
    Nathan Parker Williams authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    49b05db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from NateTheSage/patch-2

    Update README to account for prior change
    Nathan Parker Williams authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    60fa919 View commit details
    Browse the repository at this point in the history