
16 Oct
2017
16 Oct
'17
4:04 p.m.
Is there a way to set regex config based on policy or groups?
I'd like to do something like ..
if (hostname != "example_host"){
$config['bad_ifalias_regexp'][] = "/^$/";
}