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
Until Pi-hole v5 the host names were case-sensitive
Since upgrading to the v6, all host names are lower-case
Steps to reproduce the behavior:
pihole.toml
.toml
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
https://www.rfc-editor.org/rfc/rfc4343.txt
Domain Name System (DNS) Case Insensitivity Clarification
domains are not case sensitive meaning example.com = EXAMPLE.COM for dns
Sorry, something went wrong.
Hi! Thank you for the explanation; I wasn't aware of it. I reported it because in v5, they were case-sensitive, while in v6 they are not:
Meaning Galaxy_A50 = Galaxy_A50 and not = galaxy_a50. However, if this is the intended behavior, it's not a huge problem.
Galaxy_A50
galaxy_a50
No branches or pull requests
Versions
Platform
Expected behavior
Until Pi-hole v5 the host names were case-sensitive
Actual behavior / bug
Since upgrading to the v6, all host names are lower-case
Steps to reproduce
Steps to reproduce the behavior:
pihole.toml
file.toml
file they are displayed correctly)Debug Token
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: