Uh oh!
There was an error while loading. Please reload this page.
Autoconfigure IPv6 DNS proxy. - #1007
Closed
jglogan wants to merge 1 commit into
Closed
Conversation
jglogan
marked this pull request as draft
January 2, 2026 05:20
jgloganforce-pushed
the
ipv6-dnsserver
branch
4 times, most recently
from
January 2, 2026 19:30
e6914fd to
db43b00Comparejgloganforce-pushed
the
ipv6-dnsserver
branch
3 times, most recently
from
January 6, 2026 16:48
9ad6d0e to
5c2ac78Comparetoey02082541phuket-boop
approved these changes
Jan 9, 2026
- Closesapple#1004. - If DNS is not explicitly configured in the sandbox service, bootstrap the container and then find the IPv6 prefix for the first running network. Monitor the system configuration dynamic store until IPv6 is fully initialized for the network (this can take seconds for the first container attaching to the network), and then add the DNS proxy address for that network to the container DNS configuration.
jglogan
commented
Feb 20, 2026
ContributorAuthor
Closing this PR, since we plan to handle IPv6 DNS autoconfig entirely in the guest agent. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TODO:
container.create(). containerization#466 is resolved, update the container DNS with the discovered proxy address.Type of Change
Motivation and Context
Adds a feature needed for IPv6-only containers.
Testing