You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
621B

  1. The pattern "(null)" does not match the hostname domain.com
  2. The pattern "example.com domain.com" matches the hostname domain.com
  3. The pattern "example.com other.com" does not match the hostname domain.com
  4. The pattern "example.com,domain.com" matches the hostname domain.com
  5. The pattern "example.com,domain.com" does not match the hostname otherdomain.com
  6. The pattern "example.com, *.domain.com" matches the hostname sub.domain.com
  7. The pattern "example.com, *.domain.com" matches the hostname domain.com
  8. The pattern "example.com, .domain.com" matches the hostname domain.com
  9. The pattern "*" matches the hostname domain.com