Skip to content

Commit

Permalink
Updated acmedns generator results
Browse files Browse the repository at this point in the history
  • Loading branch information
tobychui committed May 26, 2024
1 parent c248dac commit 7a3db09
Showing 1 changed file with 91 additions and 31 deletions.
122 changes: 91 additions & 31 deletions tools/dns_challenge_update/code-gen/acmedns/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,15 +1242,32 @@
"Name": "gandiv5",
"ConfigableFields": [
{
"Title": "fieldName",
"Title": "BaseURL",
"Datatype": "string"
},
{
"Title": "APIKey",
"Datatype": "string"
},
{
"Title": "authZone",
"Title": "PersonalAccessToken",
"Datatype": "string"
}
],
"HiddenFields": []
"HiddenFields": [
{
"Title": "PropagationTimeout",
"Datatype": "time.Duration"
},
{
"Title": "PollingInterval",
"Datatype": "time.Duration"
},
{
"Title": "HTTPClient",
"Datatype": "*http.Client"
}
]
},
"gcore": {
"Name": "gcore",
Expand Down Expand Up @@ -2063,35 +2080,40 @@
"Name": "namecheap",
"ConfigableFields": [
{
"Title": "domain",
"Datatype": "string"
"Title": "Debug",
"Datatype": "bool"
},
{
"Title": "key",
"Title": "BaseURL",
"Datatype": "string"
},
{
"Title": "keyFqdn",
"Title": "APIUser",
"Datatype": "string"
},
{
"Title": "keyValue",
"Title": "APIKey",
"Datatype": "string"
},
{
"Title": "tld",
"Title": "ClientIP",
"Datatype": "string"
}
],
"HiddenFields": [
{
"Title": "PropagationTimeout",
"Datatype": "time.Duration"
},
{
"Title": "sld",
"Datatype": "string"
"Title": "PollingInterval",
"Datatype": "time.Duration"
},
{
"Title": "host",
"Datatype": "string"
"Title": "HTTPClient",
"Datatype": "*http.Client"
}
],
"HiddenFields": []
]
},
"namedotcom": {
"Name": "namedotcom",
Expand Down Expand Up @@ -2418,26 +2440,38 @@
"Name": "ovh",
"ConfigableFields": [
{
"Title": "FieldType",
"Title": "APIEndpoint",
"Datatype": "string"
},
{
"Title": "SubDomain",
"Title": "ApplicationKey",
"Datatype": "string"
},
{
"Title": "Target",
"Title": "ApplicationSecret",
"Datatype": "string"
},
{
"Title": "Zone",
"Title": "ConsumerKey",
"Datatype": "string"
}
],
"HiddenFields": [
{
"Title": "ID",
"Datatype": "int64"
"Title": "OAuth2Config",
"Datatype": "*OAuth2Config"
},
{
"Title": "PropagationTimeout",
"Datatype": "time.Duration"
},
{
"Title": "PollingInterval",
"Datatype": "time.Duration"
},
{
"Title": "HTTPClient",
"Datatype": "*http.Client"
}
]
},
Expand Down Expand Up @@ -2875,15 +2909,28 @@
"Name": "shellrent",
"ConfigableFields": [
{
"Title": "domainID",
"Datatype": "int"
"Title": "Username",
"Datatype": "string"
},
{
"Title": "recordID",
"Datatype": "int"
"Title": "Token",
"Datatype": "string"
}
],
"HiddenFields": []
"HiddenFields": [
{
"Title": "PropagationTimeout",
"Datatype": "time.Duration"
},
{
"Title": "PollingInterval",
"Datatype": "time.Duration"
},
{
"Title": "HTTPClient",
"Datatype": "*http.Client"
}
]
},
"simply": {
"Name": "simply",
Expand Down Expand Up @@ -3034,15 +3081,28 @@
},
"ultradns": {
"Name": "ultradns",
"ConfigableFields": [],
"ConfigableFields": [
{
"Title": "Username",
"Datatype": "string"
},
{
"Title": "Password",
"Datatype": "string"
},
{
"Title": "Endpoint",
"Datatype": "string"
}
],
"HiddenFields": [
{
"Title": "config",
"Datatype": "*Config"
"Title": "PropagationTimeout",
"Datatype": "time.Duration"
},
{
"Title": "client",
"Datatype": "*client.Client"
"Title": "PollingInterval",
"Datatype": "time.Duration"
}
]
},
Expand Down

0 comments on commit 7a3db09

Please sign in to comment.