Personal tools

From HEXONET Wiki

Jump to: navigation, search
Line 25: Line 25:
  
 
'''Result:'''
 
'''Result:'''
All A records of the reference DNS zone zenfolio.webapp.ispapi.net. will be copied to your DNS zone yourdomain.com. and the root domain will resolve to the same A records as zenfolio.webapp.ispapi.net. does.
+
All A records of the reference DNS zone zenfolio.webapp.ispapi.net. will be copied to your DNS zone yourdomain.com. and the '''root domain''' will resolve to the same A records as zenfolio.webapp.ispapi.net. does. Any previously existing regular A records for the root domain will be removed.
  
  
 
<pre>
 
<pre>
subdomain.yourdomain.com. 3600 IN X-ALIAS-AAAA <REFERENCE-DNS-ZONE>
+
subdomain.yourdomain.com. 3600 IN X-ALIAS-A zenfolio.webapp.ispapi.net.
 
</pre>
 
</pre>
  
 
'''Result:'''
 
'''Result:'''
All AAAA records of the reference DNS zone will be copied to your DNS zone and your subdomain will resolve to the same AAAA records as the reference domain.
+
All A records of the reference DNS zone zenfolio.webapp.ispapi.net. will be copied to your DNS zone and the '''subdomain''' will resolve to the same A records as zenfolio.webapp.ispapi.net. does. Any previously existing regular A records for the subdomain will be removed.
 +
 
 +
 
 +
<pre>
 +
yourdomain.com. 3600 IN X-ALIAS-AAAA <REFERENCE-DNS-ZONE>
 +
</pre>
 +
 
 +
'''Result:'''
 +
All AAAA records of the reference DNS zone will be copied to your DNS zone yourdomain.com. and your root domain will resolve to the same AAAA records as the reference domain.
  
  

Revision as of 15:57, 26 February 2018

xDNS (extended DNS) - X-ALIAS-<RR> (Alias xDNS record sets)

X-ALIAS-<RR> Records

The following four X-ALIAS-<RR> Records are supported:

  • X-ALIAS-A
  • X-ALIAS-AAAA
  • X-ALIAS-MX
  • X-ALIAS-TXT

You can use any of them to have all respective records of the reference zone copied over to your zone. Any changes to the respective records of the reference zone will be constantly monitored and your zone will be automatically updated accordingly if there are any changes. No additional lookups are made when your zone is queried so this is the high performance solution if you want to manage only one dedicated authoritative DNS zone but utilize the respective A, AAAA, MX or TXT records for as many other DNS zones as needed.

PLEASE NOTE: If you set a X-ALIAS-<RR> xDNS record for your zone then all previously existing resource records of the same type and will be removed and then the respective RRs from the reference dns zone will be set.

X-ALIAS-<RR> Records have the following syntax:

yourdomain.com. <TTL> IN X-ALIAS-<RR> <REFERENCE-DNS-ZONE>

PLEASE NOTE: The secluding dot after the domain name (www.yourdomain.com.) is required in any case!

X-ALIAS-<RR> Examples

yourdomain.com. 3600 IN X-ALIAS-A zenfolio.webapp.ispapi.net.

Result: All A records of the reference DNS zone zenfolio.webapp.ispapi.net. will be copied to your DNS zone yourdomain.com. and the root domain will resolve to the same A records as zenfolio.webapp.ispapi.net. does. Any previously existing regular A records for the root domain will be removed.


subdomain.yourdomain.com. 3600 IN X-ALIAS-A zenfolio.webapp.ispapi.net.

Result: All A records of the reference DNS zone zenfolio.webapp.ispapi.net. will be copied to your DNS zone and the subdomain will resolve to the same A records as zenfolio.webapp.ispapi.net. does. Any previously existing regular A records for the subdomain will be removed.


yourdomain.com. 3600 IN X-ALIAS-AAAA <REFERENCE-DNS-ZONE>

Result: All AAAA records of the reference DNS zone will be copied to your DNS zone yourdomain.com. and your root domain will resolve to the same AAAA records as the reference domain.


yourdomain.com. 3600 IN X-ALIAS-MX gsuite.webapp.ispapi.net.

Result: All MX records of the reference DNS zone gsuite.webapp.ispapi.net. will be copied to your DNS zone yourdomain.com. and the same MX records will be returned for your domain as for the reference domain.


yourdomain.com. 3600 IN X-ALIAS-TXT <REFERENCE-DNS-ZONE>

Result: All TXT records of the reference DNS zone will be copied to your DNS zone and your root domain will return the respective TXT records as the reference domain does.