linode_api4-python icon indicating copy to clipboard operation
linode_api4-python copied to clipboard

DNS and RDNS

Open adontz opened this issue 7 years ago • 0 comments

If I create DNS record with Domain.create_record and then try to set rdns property for IP address I get

"400: No match was found for ''. Reverse DNS must have a matching forward entry.;"

I think it may be because DNS records are not replicated yet. It is not clear how long to wait for replication. Maybe you will check against internal DNS database first while validating RDNS? Or maybe if DNS record is created for existing server RDNS will be created automatically?

adontz avatar Nov 17 '17 16:11 adontz