feat: Add Digital Ocean as a DNS provider

providers/digital-ocan-dns
Inex Code 2023-02-06 11:50:43 +03:00
parent 392ed79e92
commit 8ce13f0ad2
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import strawberry
@strawberry.enum
class DnsProvider(Enum):
CLOUDFLARE = "CLOUDFLARE"
DIGITALOCEAN = "DIGITALOCEAN"
@strawberry.enum