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

@ -48,6 +48,7 @@ func List() []Provider {
getDNSCx(),
getDNSCyon(),
getDNSDgon(),
getDNSMe(),
getDNSDNSimple(),
getDNSDa(),
getDNSDp(),
@ -68,17 +69,16 @@ func List() []Provider {
getDNSLinodeV4(),
getDNSLoopia(),
getDNSLua(),
getDNSMe(),
getDNSNamecom(),
getDNSNamesilo(),
getDNSOne(),
getDNSYandex(),
getDNSSelectel(),
getDNSServercow(),
getDNSTele3(),
getDNSOne(),
getDNSPDNS(),
getDNSUnoeuro(),
getDNSVscale(),
getDNSYandex(),
getDNSDNZilore(),
getDNSZonomi(),
}

View File

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