• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Microsoft DNS

azev

Golden Member
Is it possible to use wildcard with Win2k DNS ??
Lets say I want to put wildcard in front of my domain *.mydomain.com
so that anything.mydomain will be directed to my ip address ??
Is this possible ??

 
Pretty sure that it is.
It's just a straight A type record, with a value of *

You can make the value just * and signify the suffix as same as parent folder, so if the forward lookup zone you are creating the new record in is Mydomain.com, the record would end up being *.mydomain.com

If you define any other straight mappings, they will be read before the wildcard.

So

Mydomain.com

WWW A 192.168.0.1
* A 192.168.0.2

Your www would map to 1, while all others to 2.
 
Back
Top