Skip to content

Commit

Permalink
配置文件补全
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Jan 13, 2022
1 parent f74a218 commit 5e205be
Show file tree
Hide file tree
Showing 11 changed files with 1,881 additions and 0 deletions.
69 changes: 69 additions & 0 deletions config/dns_api_init.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
[
{
"name": "dns_bt",
"title": "宝塔DNS云解析",
"ps": "使用宝塔DNS云解析插件自动解析申请SSL",
"help": "",
"data": false
},
{
"name": "dns_dp",
"title": "DnsPod",
"ps": "使用DnsPod的API接口自动解析申请SSL",
"help": "DnsPod后台》用户中心》安全设置,开启API Token",
"data": [
{
"key": "SAVED_DP_Id",
"name": "ID",
"value": ""
},
{
"key": "SAVED_DP_Key",
"name": "Token",
"value": ""
}
]
},
{
"name": "dns_ali",
"title": "阿里云DNS",
"ps": "使用阿里云API接口自动解析申请SSL",
"help": "阿里云控制台》用户头像》accesskeys按指引获取AccessKey/SecretKey",
"data": [
{
"key": "SAVED_Ali_Key",
"name": "AccessKey",
"value": ""
},
{
"key": "SAVED_Ali_Secret",
"name": "SecretKey",
"value": ""
}
]
},
{
"name": "dns_cx",
"title": "CloudXns",
"ps": "使用cloudxns的API接口自动解析申请SSL",
"help": "cloudxns后台》用户中心》API管理,按指引获取AccessKey/SecretKey",
"data": [
{
"key": "SAVED_CX_Key",
"name": "AccessKey",
"value": ""
},
{
"key": "SAVED_CX_Secret",
"name": "SecretKey",
"value": ""
}
]
},
{
"name": "dns",
"title": "手动解析",
"ps": "返回host和txt值,由用户手动解析",
"data": false
}
]
Loading

0 comments on commit 5e205be

Please sign in to comment.