Skip to content
New issue

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

Host names are not case-sensitive anymore #2421

Open
CTRL-panino opened this issue Apr 7, 2025 · 3 comments
Open

Host names are not case-sensitive anymore #2421

CTRL-panino opened this issue Apr 7, 2025 · 3 comments

Comments

@CTRL-panino
Copy link

Versions

  • Pi-hole: v6.0.6
  • AdminLTE: v6.1
  • FTL: v6.1

Platform

  • OS and version: DietPi 9.11.2 (based on Debian 12.10)
  • Platform: Raspberry Pi

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:

  1. Customize some host names in the pihole.toml file
  2. In the web interface they are displayed in lower case (in the .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.

@yubiuser yubiuser transferred this issue from pi-hole/pi-hole Apr 7, 2025
@mwoolweaver
Copy link

mwoolweaver commented Apr 7, 2025

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

@CTRL-panino
Copy link
Author

CTRL-panino commented Apr 7, 2025

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:

Image

Meaning Galaxy_A50 = Galaxy_A50 and not = galaxy_a50.
However, if this is the intended behavior, it's not a huge problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants