Assuming example.com
domain and fake IPs, the configuration needed is this:
- example.com points to
186.200.1.1
- www.example.com points to
186.200.1.1
- adm.example.com points to
186.200.1.1
- online.example.com points to
186.200.1.2
- store.example.com points to
186.200.1.3
- *.example.com points to
186.200.1.5
That is, we have two rules:
Subdomains www, adm, online and store have their specific servers.
Any subdomain of
example.com
, except www, adm, online and store, should point to186.200.1.5
server.
It's possible archieve that using only DNS records?