feat(dns): Add deSec as a DNS provider

This commit is contained in:
inexcode 2023-05-09 11:58:30 +03:00
parent 13a2d8faca
commit 670911a92a
1 changed files with 1 additions and 0 deletions

View File

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