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
Virtualbox 6+ has added a restriction on IPs used for host-networking, and no longer allows the IPs we are using (192.168.8.XXX) by default.
By updating our internal IPs to match the default ranges, it will be easier to spin up a new development instance of GoPhillyGo.
If we don't do this, our alternative would be to update our README instructions to include how to configure the allowed IP ranges.
A similar issue can be found in Cicero issue 2370.
The text was updated successfully, but these errors were encountered:
ddohler
Successfully merging a pull request may close this issue.
Overview
Virtualbox 6+ has added a restriction on IPs used for host-networking, and no longer allows the IPs we are using (192.168.8.XXX) by default.
Motivation
By updating our internal IPs to match the default ranges, it will be easier to spin up a new development instance of GoPhillyGo.
If we don't do this, our alternative would be to update our README instructions to include how to configure the allowed IP ranges.
Notes
A similar issue can be found in Cicero issue 2370.
The text was updated successfully, but these errors were encountered: