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 binding to all interfaces #302

Merged
merged 1 commit into from
Mar 12, 2019
Merged

Conversation

alexjfisher
Copy link
Member

@alexjfisher alexjfisher commented Mar 11, 2019

bind now takes an array (of IP addresses).
To bind to all interfaces, use bind => [].

Due to the new parameter validation, if you were previously using a
single string to specify multiple IP addresses, you will need to change
this to an array.

Fixes #257
Fixes #60

Copy link

@runejuhl runejuhl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Only nitpick is alignment of parameters and unnecessary parens

`bind` now takes an array (of IP addresses).
To bind to all interfaces, use `bind => []`.

Due to the new parameter validation, if you were previously using a
single string to specify multiple IP addresses, you will need to change
this to an array.

Fixes voxpupuli#257
Fixes voxpupuli#60
@alexjfisher alexjfisher merged commit b859e40 into voxpupuli:master Mar 12, 2019
@alexjfisher alexjfisher deleted the bind branch March 12, 2019 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants