Local DNS Settings > x Invalid value

Try viejo-neveri instead, confirmed that works on my test setup. It seems that the config validator is maybe a little too aggressive in this case and is rejecting it due to capital letters.

caps no caps

Paging @dl6er for thoughts.

The following line in the FTL domain validator suggests that we're expecting domains to be converted to lowercase before being parsed (suspect this is due to the function being borrowed from the gravity functionality)

I guess the answer is either one of:

  • Change web interface to convert the domain entered to lowercase
  • Change the API to convert the domain it receives to lowercase
  • Change FTL to accept upper case letters in a domain

Edit:

Easy PR if needed: Allow upper case letters in domains/hosts by PromoFaux · Pull Request #1910 · pi-hole/FTL · GitHub

1 Like