What happened
The console DNS guides hard-code record type A while selecting an address from a probe array that combines IPv4 and IPv6 values without preserving their family.
Reproduction:
- Return only
2001:db8::10 in an ingress probe's dnsAddresses.
- Open the bind-domain dialog.
- Open the sandbox wildcard-domain dialog.
- Inspect the displayed record type and value.
Expected: An IPv6 address should be labeled as an AAAA record, or the guide should select an available IPv4 address for an A record.
Actual: Both dialogs display record type A with value 2001:db8::10; Node classifies that value as valid IPv6/AAAA and invalid for A.
Impact: IPv6-only operators receive an invalid copyable DNS instruction and may be unable to complete domain setup.
dor doctor output
Not applicable — the finding was reproduced from ingress-probe data through the console DNS guides and does not depend on host readiness. dor doctor was not run.
Environment
- Reproduction mode: Focused-source reproduction
- Dormice commit:
4417ae14938273f5d937c476cf7cdc57e22e53a5
- Verification: Verified in the current console and schemas at
4417ae14938273f5d937c476cf7cdc57e22e53a5; Node classified the value as IPv6 and invalid for A records.
What happened
The console DNS guides hard-code record type A while selecting an address from a probe array that combines IPv4 and IPv6 values without preserving their family.
Reproduction:
2001:db8::10in an ingress probe'sdnsAddresses.Expected: An IPv6 address should be labeled as an AAAA record, or the guide should select an available IPv4 address for an A record.
Actual: Both dialogs display record type A with value
2001:db8::10; Node classifies that value as valid IPv6/AAAA and invalid for A.Impact: IPv6-only operators receive an invalid copyable DNS instruction and may be unable to complete domain setup.
dor doctor output
Not applicable — the finding was reproduced from ingress-probe data through the console DNS guides and does not depend on host readiness.
dor doctorwas not run.Environment
4417ae14938273f5d937c476cf7cdc57e22e53a54417ae14938273f5d937c476cf7cdc57e22e53a5; Node classified the value as IPv6 and invalid for A records.