forked from KolibriOS/kolibrios
754f9336f0
git-svn-id: svn://kolibrios.org@4349 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
621 B
Plaintext
10 lines
621 B
Plaintext
The pattern "(null)" does not match the hostname domain.com
|
|
The pattern "example.com domain.com" matches the hostname domain.com
|
|
The pattern "example.com other.com" does not match the hostname domain.com
|
|
The pattern "example.com,domain.com" matches the hostname domain.com
|
|
The pattern "example.com,domain.com" does not match the hostname otherdomain.com
|
|
The pattern "example.com, *.domain.com" matches the hostname sub.domain.com
|
|
The pattern "example.com, *.domain.com" matches the hostname domain.com
|
|
The pattern "example.com, .domain.com" matches the hostname domain.com
|
|
The pattern "*" matches the hostname domain.com
|