Open dflock opened 8 years ago
The scope for localhost is just source.hosts, while the scope for the localhost-index.test is source.hosts & string.unquoted.domain.hosts:
localhost
source.hosts
localhost-index.test
source.hosts & string.unquoted.domain.hosts
it seems that hostnames need a period/full-stop to trigger that regex?
The scope for
localhost
is justsource.hosts
, while the scope for thelocalhost-index.test
issource.hosts & string.unquoted.domain.hosts
:it seems that hostnames need a period/full-stop to trigger that regex?