CNAME in Google Cloud DNS -
i have been trying add www.mydomain.net
alias mydomain.net
. have mx record , ns , soa records auto-added google.
i getting cnameresourcerecordsetconflict error:
error code "cnameresourcerecordsetconflict" : resource record set 'entity.change.additions[0]' invalid because dns name 'mydomain.net.' may have either 1 cname resource record set or resource record sets of other types, not both.
i understand advice error gives me, how can have other records then? need mx , cname both on domain.
the problem you're having issue rules of dns, forbid cname record record exists.
if cname rr present @ node, no other data should present; ensures data canonical name , aliases cannot different. rule insures cached cname can used without checking authoritative server other rr types.
you trying create cname @
record. @
record origin, example.com instance. there @ least 2 records @ origin, soa (start of authority - information domain) record, , ns (name server)
for reason can't create cname record origin.
for reason can create record origin (in order fulfill standard record query - of course can still create mx etc). there dns providers have special type of record aname if need cname record @ origin need switch 1 of those.
Comments
Post a Comment