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

feat: Add environment variable to set proxy bind address #293

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

jrosser
Copy link
Contributor

@jrosser jrosser commented Jan 15, 2024

This patch adds the environment variable PROXY_BIND which can be optionally set to override the default that binds to "*".

Binding on all addresses may inadvertently expose the proxy service when run on a node that also has public interfaces such as a bare metal openstack infrastructure node, or a network node.

This patch adds the environment variable PROXY_BIND which
can be optionally set to override the default that binds
to "*".

Binding on all addresses may inadvertently expose the proxy
service when run on a node that also has public interfaces
such as a bare metal openstack infrastructure node, or a
network node.
@mnaser mnaser merged commit f896818 into vexxhost:main Mar 7, 2024
23 of 26 checks passed
@jrosser jrosser deleted the proxy-bind branch June 14, 2024 18:28
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.

3 participants