mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【调整】SSH地址支持域名形式
【新增】支持自定义监控端口 【新增】通知类型-企业微信 【新增】申请证书(Buypass)、自定义ACME服务器地址 【新增】授权API管理(namesilo、Bunny、Gcore、name.com、京东云)
This commit is contained in:
@@ -191,6 +191,36 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
|
||||
type: ['dns'],
|
||||
sort: 20,
|
||||
},
|
||||
namesilo: {
|
||||
name: 'Namesilo',
|
||||
icon: 'namesilo',
|
||||
type: ['dns'],
|
||||
sort: 21,
|
||||
},
|
||||
namedotcom: {
|
||||
name: 'Name.com',
|
||||
icon: 'namedotcom',
|
||||
type: ['dns'],
|
||||
sort: 22,
|
||||
},
|
||||
bunny: {
|
||||
name: 'Bunny',
|
||||
icon: 'bunny',
|
||||
type: ['dns'],
|
||||
sort: 23,
|
||||
},
|
||||
gcore: {
|
||||
name: 'Gcore',
|
||||
icon: 'gcore',
|
||||
type: ['dns'],
|
||||
sort: 24,
|
||||
},
|
||||
jdcloud: {
|
||||
name: '京东云',
|
||||
icon: 'jdcloud',
|
||||
type: ['dns'],
|
||||
sort: 25,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user