You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
Wildcard subdomains for existing domain (i.e. test.com) doesn't work. For non existing domain (test.dev) it works as expected.
Find below the rules(.cfg) tested:
Wildcard subdomains for existing domain (i.e. test.com) doesn't work. For non existing domain (test.dev) it works as expected.
Find below the rules(.cfg) tested:
[ { "Pattern": "^(.*\\.)?test\\.com$", "Address": "127.0.0.1" }, { "Pattern": "^(.*\\.)?test\\.dev$", "Address": "127.0.0.1" } ]
The text was updated successfully, but these errors were encountered: