feat: add IPv6 support with configurable option and fix deployment issues #711
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue being fixed or feature implemented
This PR adds comprehensive IPv6 support to the Dash network deployment infrastructure, allowing instances to have both
IPv4 and IPv6 connectivity. Additionally, it fixes several deployment issues including the broken firstRun.js script and
logs_count configuration problems.
What was done?
IPv6 Support (Major Feature)
enable_ipv6variable to control IPv6 functionality (default: false)null_resourceprovisioners to avoid instance replacementBug Fixes
Configuration Updates
enable_ipv6 = true)How Has This Been Tested?
./bin/deploy -i testnetcompletes without errorsfiles
Breaking Changes
None. The IPv6 feature is controlled by the
enable_ipv6variable (default: false), making it backward compatible.Existing deployments will continue to work unchanged.
Checklist:
For repository code-owners and collaborators only