Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Wildcard subdomains issue #22

Open
hroma opened this issue Feb 7, 2016 · 1 comment
Open

Wildcard subdomains issue #22

hroma opened this issue Feb 7, 2016 · 1 comment

Comments

@hroma
Copy link

hroma commented Feb 7, 2016

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" } ]

@benzBrake
Copy link

No Problem

C:\Users\***>nslookup test.com
Server:  localhost
Address:  127.0.0.1

Non-authoritative answer:
Name:    test.com
Address:  127.0.0.1

C:\Users\***>nslookup fuck.test.com
Server:  localhost
Address:  127.0.0.1

Non-authoritative answer:
Name:    fuck.test.com
Address:  127.0.0.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants