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

Listen on all interfaces #16

Closed
imsnif opened this issue Nov 23, 2019 · 0 comments · Fixed by #23
Closed

Listen on all interfaces #16

imsnif opened this issue Nov 23, 2019 · 0 comments · Fixed by #23
Labels
help wanted Extra attention is needed
Milestone

Comments

@imsnif
Copy link
Owner

imsnif commented Nov 23, 2019

what now listens on the interface given by the -i flag. The default behaviour should probably be "listen on all interfaces", with the -i flag being an optional override.

Things that are needed to do this:

  1. The OS layer (eg. os/linux.rs) needs to be adjusted.
  2. The OsInputOutput struct needs to be adjusted to get multiple network interfaces.
  3. The UI needs to be adjusted to display the name of the local interface where relevant (mostly in the connections table). Maybe something like <eth0>:12345 => 1.1.1.1:54321 shrug emoji
@imsnif imsnif added the help wanted Extra attention is needed label Nov 23, 2019
@imsnif imsnif added this to the Version 1.0.0 milestone Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant