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
FQDN with uppercase letters in the A record's leftmost label resulted in only the last record being used.
The text was updated successfully, but these errors were encountered:
When the zone cache receives the zone, does it make sense to downcase all the letters?
Sorry, something went wrong.
I'm not showing this is the case anymore @aeden. Just tested adding a variation of ladp.example.com upper/down case letters at
ladp.example.com
erldns/priv/zones-example.json
Lines 97 to 104 in ddd790b
> dig -p 8053 @127.0.0.1 ldap.example.com A +short 50.40.50.40 50.40.50.41 > dig -p 8053 @127.0.0.1 ldAp.example.com A +short 50.40.50.40 50.40.50.41 > dig -p 8053 @127.0.0.1 ldAp.example.cOm A +short 50.40.50.40 50.40.50.41
No branches or pull requests
FQDN with uppercase letters in the A record's leftmost label resulted in only the last record being used.
The text was updated successfully, but these errors were encountered: