• 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.

DNS question

Red Squirrel

No Lifer
Say I got two records, one for domain1.com and one for domain2.com

Say I add an entry for sub.domain1.com pointing to 1.2.3.4

In the domain2.com record I want something.domain2.com to also point to 1.2.3.4. Rather then make it an A record, is there a way to point it to sub.domain1.com? That way if 1.2.3.4 changes I'll only have to change it in once place instead of two.
 
Yeah tried that, does not seem to work. It seems valid as I don't get errors though.

I was doing it like this:

something.domain2.com IN CNAME sub.domain1.com

 
was not working but got it working now, suppose to add a period at the end. So it should look like this:

something.domain2.com IN CNAME sub.domain1.com.

This works.
 
Back
Top