Details
Description
Add a new dns record type for GEO
It may only be zerigo specific but it is a DNS record type of GEO that is not included in the library. I am guessing it could be added to libcloud/dns/types.py class RecordType as:
GEO = 13
And seeing as the types are not DNS RFC compliant and matched on decimal value that should be OK.
And then a RECORD_TYPE_MAP of GEO in libcloud/dns/drivers/zerigo.py I guess.. I do not know the full complexities of the libcloud framework, debugging and working through it as I go.
If that sounds about right, asign to me and I will patch.