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

[minissdpd] Feature Request: Specify network interfaces or IP address (ranges) even for networks which are currently down. #577

Open
dreirund opened this issue Nov 3, 2021 · 0 comments

Comments

@dreirund
Copy link

dreirund commented Nov 3, 2021

I have a feature request for minissdpd:

Make it possible to specify where to listen on by IP address(es) even if the interface is not up yet. So minissdpd on a mobile device can be configured to listen on any networks which are home networks, regardless if it is currently connected to one or not.

For example:

  • Allow things like minissdpd -i eth1 -i vpn0 even if none of the interfaces is currently configured.
  • Allow things like minissdpd -i 192.168.100.2/255.255.255.0 -i 10.0.0.2/255.255.0.0 even if the machine is currently not part of any of those networks.
  • Allow listening on any network interface, e.g. minissdpd -i 0.0.0.0 or minissdpd -i * or so.
@miniupnp miniupnp self-assigned this Oct 15, 2022
@miniupnp miniupnp added this to the minissdpd_1.6 milestone May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants