JGeek00 / droid-hole

Pi-hole® client made with Flutter
Apache License 2.0
135 stars 11 forks source link

Domain name validation. #25

Closed maxthegold closed 1 year ago

maxthegold commented 1 year ago

I am trying to add a domain to the whitelist but it keeps saying it is an invalid domain. *.2a7e9.v.fwmrm.net It doesn't seem to matter whether the wildcard switch is on or not, it will not accept an asterisk anywhere in the domain name. There is also a problem with the .v. as it will not accept a single character between dots.

JGeek00 commented 1 year ago

I can support that type of domain on the validation regexp, but Pi-hole doesn't allow that domain, so it would be useless.

image