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

Add BIND_INTERFACE env var #73

Merged
merged 1 commit into from
Jul 17, 2022
Merged

Conversation

optiz0r
Copy link
Contributor

@optiz0r optiz0r commented Jul 16, 2022

Allows setting the bind-interface config option in fr24feed.ini
to allow access from non-private IP addresses. Can be set to
0.0.0.0 to allow access from any IP address (warning, may be
insecure). If env var is not set (default), the config option
will not be added to the config file, which is a secure default.

Fixes #58

Allows setting the `bind-interface` config option in fr24feed.ini
to allow access from non-private IP addresses. Can be set to
`0.0.0.0` to allow access from any IP address (warning, may be
insecure). If env var is not set (default), the config option
will not be added to the config file, which is a secure default.

Fixes sdr-enthusiasts#58
@mikenye mikenye self-assigned this Jul 17, 2022
@mikenye mikenye merged commit 7938566 into sdr-enthusiasts:main Jul 17, 2022
@mikenye
Copy link
Member

mikenye commented Jul 17, 2022

Thank so much @optiz0r

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.

Allow specifying bind-interface via ENV variable
2 participants