mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-24 00:22:27 +02:00
26 lines
635 B
JSON
26 lines
635 B
JSON
[
|
|
{
|
|
"name": "dns_cx",
|
|
"title": "CloudXns",
|
|
"ps": "Automatically resolve application SSL using cloudxns API interface",
|
|
"help": "CloudxnsBackground > User Center > API Management, follow the instructions to get AccessKey/SecretKey",
|
|
"data": [
|
|
{
|
|
"key": "SAVED_CX_Key",
|
|
"name": "AccessKey",
|
|
"value": ""
|
|
},
|
|
{
|
|
"key": "SAVED_CX_Secret",
|
|
"name": "SecretKey",
|
|
"value": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "dns",
|
|
"title": "Manual resolution",
|
|
"ps": "Returns the host and txt values, which are manually parsed by the user",
|
|
"data": false
|
|
}
|
|
] |