NetworkConfiguration/openresolv

domain_blacklist should be case-insensitive

ryantrinkle opened this issue · 2 comments

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.

Does this work?

domain_blacklist="[Hh][Oo][Mm][Ee]"

This does work