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

Fix listen_ip bug and relax interface regex #494

Merged
merged 3 commits into from
Mar 29, 2018

Commits on Mar 29, 2018

  1. enhance interface regex to match predictable names

    The old regex didn't match for enp0s5 for example. Other values are
    possible as well. We should match for ^e*
    bastelfreak committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    7517118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5793b55 View commit details
    Browse the repository at this point in the history
  3. fix typo in variable

    bastelfreak committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    e70809e View commit details
    Browse the repository at this point in the history