You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while I was playing around with CName entries in the Web GUI I ended up creating a CName that pointed to itself. Essentially I did something like CName Jesse.Chahal == jesse.chahal. The entry got written to the /etc/dnsmasq.d/05-pihole-custom-cname.conf but made it so the DNS Service could no longer start. I had to manually go into the file to prune to entry so DNS could start back up.
I guess the main issue's are:
the backend should ignore/error case for ascii characters for all DNS entries. Front-end should display appropriate message to the end user if error. --> this is because DNS records are case insensitive (at least for english characters).
You should not be able to create CName records that point back to itself.
The text was updated successfully, but these errors were encountered:
while I was playing around with CName entries in the Web GUI I ended up creating a CName that pointed to itself. Essentially I did something like CName
Jesse.Chahal
==jesse.chahal
. The entry got written to the/etc/dnsmasq.d/05-pihole-custom-cname.conf
but made it so the DNS Service could no longer start. I had to manually go into the file to prune to entry so DNS could start back up.I guess the main issue's are:
The text was updated successfully, but these errors were encountered: