Tagged Questions
3
votes
2answers
182 views
Understanding the DNS domain lookup mechanism
The specific query that led me to try and unpick this process was:
Will a DNS lookup for a subdomain, such as assets.example.com, be faster if the parent domain, example.com, has already been ...
2
votes
2answers
193 views
Router config for wildcard subdomains on internal network
I'm trying to setup internal wildcard subdomains to point at my Apache vhost config (which works well). The issue is that Windows hosts files can't support wildcard subdomain, so I'm hoping that my ...