My ISP provides "Home" as my domain. I use "home" for my own purposes, and I'd like to use domain_blacklist to ensure DHCP cannot interfere with it. However, because "Home" and "home" differ by case, I actually have to blacklist "Home" (and potentially any other capitalizations that other networks use).
Ideally, domain_blacklist would work in a case-insensitive way.
My ISP provides "Home" as my domain. I use "home" for my own purposes, and I'd like to use
domain_blacklist
to ensure DHCP cannot interfere with it. However, because "Home" and "home" differ by case, I actually have to blacklist "Home" (and potentially any other capitalizations that other networks use).Ideally,
domain_blacklist
would work in a case-insensitive way.