"Recursive" Wildcard DNS for Amazon Route 53
Posted
by
Brian
on Server Fault
See other posts from Server Fault
or by Brian
Published on 2013-10-27T19:31:56Z
Indexed on
2013/10/27
21:55 UTC
Read the original article
Hit count: 655
The title of the question might be misleading because I'm not an expert and I'm trying to learn the proper terminology. That being said, I'm wondering if it's possible to setup a wildcard DNS record for any number of dot separation in domain names and have them all point to the network root. This is for WordPress multisite, users will have the option of choosing a mapped domain name, I want to configure my DNS so that both mysite.co.uk.network.com
and mysite.com.network.com
are valid (I realize this is a but ugly, but WordPress multisite requires that each site have a unique site_url
and I'd prefer to preserve the period-delimited appearance if it's possible).
© Server Fault or respective owner