clouddns icon indicating copy to clipboard operation
clouddns copied to clipboard

:cloud: A ruby DSL for managing DNS

Results 6 clouddns issues
Sort by recently updated
recently updated
newest added

Sometimes we need to be able to add an ALIAS record for top level domains. Particularly useful when working with ELB. Currently, this does not seem to support it.

Using the collection directly or via all only shows a limited set... for example 100 items for our setup using Route 53.

As of today, clouddns isn't compatible with latest version of fog gem - as far as my understanding of ruby source and stack traces goes, fog now requires additional email...

Sometimes changing the type of record (like A to CNAME), sometimes results in an error due to adding the record before removing the existing one.

Add a verify command which checks declared records against real DNS servers.