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

support interface selection #137

Merged
merged 20 commits into from
Oct 18, 2023
Merged

support interface selection #137

merged 20 commits into from
Oct 18, 2023

Conversation

keepsimple1
Copy link
Owner

@keepsimple1 keepsimple1 commented Oct 16, 2023

This diff tries to provide a common solution for two things:

  1. The existing PR feat(ServiceDaemon): possibility to use a specific network interface #119 .
  2. Disable IPv6 if desired: issue Allow the user to disable IPv6 if desired #138

The solution is to support a set of new methods of the daemon: enable_interface and disable_interface. By default, all available interface (except loopbacks) are enabled. The user can call the new methods to select interfaces.

@keepsimple1 keepsimple1 merged commit 357b258 into main Oct 18, 2023
3 checks passed
@keepsimple1 keepsimple1 deleted the if-filter branch October 18, 2023 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant