Initial commit for the UltraDNS plugin to support Lets Encrypt

This commit is contained in:
Kush Bavishi
2019-07-18 14:29:54 -07:00
parent c7398d9e2f
commit e37a7c775e
3 changed files with 225 additions and 3 deletions

View File

@ -98,6 +98,7 @@ def get_types():
],
},
{"name": "dyn"},
{"name": "ultradns"},
]
},
)