mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-20 21:39:44 +00:00
feat: Add Digital Ocean as a DNS provider
This commit is contained in:
parent
392ed79e92
commit
8ce13f0ad2
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import strawberry
|
|||
@strawberry.enum
|
||||
class DnsProvider(Enum):
|
||||
CLOUDFLARE = "CLOUDFLARE"
|
||||
DIGITALOCEAN = "DIGITALOCEAN"
|
||||
|
||||
|
||||
@strawberry.enum
|
||||
|
|
Loading…
Add table
Reference in a new issue