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

WIP: Remove static IP and use host network. #292

Closed
wants to merge 4 commits into from
Closed

Conversation

maxking
Copy link
Owner

@maxking maxking commented Jan 21, 2019

This is a big change and will result in a minor version bump. Removing the
assumption on IP addresses will make most of the setup quite easy and remove
all the hardcoded IPs.

The places which necessarily do require one can be based of 127.0.0.1, like
MAILMAN_HOST in Hyperkitty, which verifies the sender based on the incoming IP
address.

This is a big change and will result in a minor version bump. Removing the
assumption on IP addresses will make most of the setup quite easy and remove
all the hardcoded IPs.

The places which necessarily do require one can be based of 127.0.0.1, like
MAILMAN_HOST in Hyperkitty, which verifies the sender based on the incoming IP
address.
@maxking maxking changed the title Remove static IP and use host network. WIP: Remove static IP and use host network. Jan 21, 2019
@maxking
Copy link
Owner Author

maxking commented Mar 5, 2019

Instead of ripping of the networking, use the usual networking but also expose the port and bind them to the localhost.

@maxking maxking closed this Mar 21, 2021
@maxking maxking deleted the net-host branch March 21, 2021 21:18
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.

None yet

1 participant