Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@kescherRant The problem is, we don't own any of these domains, so almost each one of them is from different registrar. We only provide services behind them - A records point to our servers. So everytime we migrate to another server (hopefully won't be happening often or never) we need to ask everyone to change the A record. The solution to this problem would be using our nameservers, so when server IP changes, clients don't have to do anything.
So we need to migrate these DNS records to our server before we will be able handle everything correctly. -
ebrithil1645y@lamka02sk why not set up some domain you own and tell your clients to create a cname to your domain?
-
@ebrithil Well, that would work I guess, but what about other records as they are not allowed (this rule is not really enforced but still...)
"CNAME records can only exist as single records and can not be combined with any other resource record ( DNSSEC SIG, NXT, and KEY RR records excepted)"
// Edit: Sometimes this rule is enforced https://serverfault.com/questions/...
Do you know about any Linux tools to migrate records from existing nameserver to a new (self-hosted) nameserver? We have multiple domains and it will be pain to migrate all of them manually. Thanks!
question