We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resgate needs to allow binding to host IP address.
A new configuration option to be added:
-i, --addr <host> Bind to HOST address (default: 0.0.0.0)
For json configuration file:
// Bind to HOST address. { "addr": "0.0.0.0" }
A null value or omitted configuration should default to "0.0.0.0". An empty string ("") would bind to both ipv4 and ipv6.
The text was updated successfully, but these errors were encountered:
GH-76: Added addr configuration option.
004d377
Merge pull request #77 from jirenius/feature/gh-76-bind-to-host-address
40ec308
Solved in #77
Sorry, something went wrong.
jirenius
No branches or pull requests
Issue
Resgate needs to allow binding to host IP address.
Solution
A new configuration option to be added:
For json configuration file:
A null value or omitted configuration should default to "0.0.0.0".
An empty string ("") would bind to both ipv4 and ipv6.
The text was updated successfully, but these errors were encountered: