Preliminary dns provider create working modal

This commit is contained in:
Jamie Curnow
2022-06-01 13:45:31 +04:00
parent b221446bb0
commit d44f75af1b
4 changed files with 36 additions and 9 deletions

View File

@ -33,7 +33,7 @@ func getDNSDa() Provider {
},
{
Name: "Insecure",
Type: "boolean",
Type: "bool",
MetaKey: "insecure",
EnvKey: "DA_Api_Insecure",
},