dns - Domain pointing from A -> B and B-A -
i trying redirect domains among each other. example
a) domain -> b b) domain b -> a
domain , b on different hosts , have different name servers. easiest way without migrating full sites ? aware can point domain -> b , if try point domain b -> after, go in infinite loop.
i not expert in updating cname records willing if choice.
any wonderful. thank you
you need modify appropriate records in authoritative name servers. records this:
aserver 192.134.56.78 bserver 192.134.56.79
some links read: https://en.wikipedia.org/wiki/name_server https://msdn.microsoft.com/en-us/library/bb727018.aspx https://www.linode.com/docs/networking/dns/introduction-to-dns-records
Comments
Post a Comment