integrated PowerDNS plugin into dns_providers

This commit is contained in:
csine-nflx
2020-01-23 23:53:38 -08:00
parent bddae6e428
commit c465062673
4 changed files with 8 additions and 10 deletions

View File

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