Commit Graph

7 Commits (2be8e4b02aa0a03110f41dba1c9616902b0d52b0)

Author SHA1 Message Date
Brian Coca d5b4b287da Merge pull request #269 from openaustralia/dnsmadeeasy_fixes
dnsmadeeasy module fixes
10 years ago
Greg DeKoenigsberg 6e1077eabc Adding author's github id 10 years ago
Matthew Landauer 19b0c83819 Handle MX,NS,TXT records correctly and don't assume one record type per name 10 years ago
Matthew Landauer fa2df8c7d5 If record_name="" write empty value to dns made easy
This is necessary for instance when setting MX records on the root of a domain.
This is different than leaving record_name out completely which has the same
behaviour as before
10 years ago
Matthew Landauer 671571b1e1 If record_value="" write empty value to dns made easy
This is necessary for instance when setting CNAMEs that point to the root
of the domain. This is different than leaving record_value out completely
which has the same behaviour as before
10 years ago
Matthew Landauer 14b62bb32a Fix display of error message
It was crashing due to "domain" variable not being defined
10 years ago
Michael DeHaan 1e777bb508 Fix rename error. 10 years ago