mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
修改ssh部署
This commit is contained in:
@@ -233,6 +233,8 @@ INSERT INTO settings (key, value, create_time, update_time, active, type) VALUES
|
|||||||
|
|
||||||
// 雷池
|
// 雷池
|
||||||
InsertIfNotExists(db, "access_type", map[string]any{"name": "safeline", "type": "host"}, []string{"name", "type"}, []any{"safeline", "host"})
|
InsertIfNotExists(db, "access_type", map[string]any{"name": "safeline", "type": "host"}, []string{"name", "type"}, []any{"safeline", "host"})
|
||||||
|
// 七牛
|
||||||
|
InsertIfNotExists(db, "access_type", map[string]any{"name": "qiniu", "type": "host"}, []string{"name", "type"}, []any{"qiniu", "host"})
|
||||||
// 西部数码
|
// 西部数码
|
||||||
InsertIfNotExists(db, "access_type", map[string]any{"name": "westcn", "type": "dns"}, []string{"name", "type"}, []any{"westcn", "dns"})
|
InsertIfNotExists(db, "access_type", map[string]any{"name": "westcn", "type": "dns"}, []string{"name", "type"}, []any{"westcn", "dns"})
|
||||||
// 火山引擎
|
// 火山引擎
|
||||||
|
|||||||
Reference in New Issue
Block a user