Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Added ability to specify interface and pass ip address to nicercast/nodetunes #98

Closed
wants to merge 1 commit into from

Conversation

ahoernecke
Copy link

I added the ability to specify an interface to bind to instead of relying on ip.address(). This was used to solve airsonos #27. This relies on an ip address option being added to nicercast and nodetunes which I submitted pull requests for as well (nicercast: stephen/nicercast#7, nodetunes: stephen/nodetunes#26).

Example useage:
airsonos --interface en0 # Will bind to the ip address of en0
airsonos # Will bind to the ip returned from ip.address(), i.e. legacy behavior

Note: the package.json file in this project would need to be updated to reference the updated versions of nodetunes and nicercast

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants