mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-26 05:51:29 +00:00
feat: Add Digital Ocean as a DNS provider
This commit is contained in:
parent
392ed79e92
commit
8ce13f0ad2
|
@ -6,6 +6,7 @@ import strawberry
|
|||
@strawberry.enum
|
||||
class DnsProvider(Enum):
|
||||
CLOUDFLARE = "CLOUDFLARE"
|
||||
DIGITALOCEAN = "DIGITALOCEAN"
|
||||
|
||||
|
||||
@strawberry.enum
|
||||
|
|
Loading…
Reference in a new issue