Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for wildcard prefix in server patterns #191

Merged
merged 3 commits into from
May 23, 2024

Commits on May 23, 2024

  1. Added support for wildcard prefix in server patterns

    This update introduces the ability to use a wildcard prefix in server patterns for domain matching. It also includes corresponding tests for this new functionality, ensuring "*.domain.com" style patterns can be handled correctly.
    umputun committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0086e44 View commit details
    Browse the repository at this point in the history
  2. limit test concurrency

    umputun committed May 23, 2024
    Configuration menu
    Copy the full SHA
    26a7a74 View commit details
    Browse the repository at this point in the history
  3. drop race part

    umputun committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2cfc640 View commit details
    Browse the repository at this point in the history