mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-11 18:30:25 +08:00
在集群中可以设置自动加入DNS的CNAME记录
This commit is contained in:
@@ -6,4 +6,8 @@ Tea.context(function () {
|
||||
this.domain.id = domain.id
|
||||
this.domain.name = domain.name
|
||||
}
|
||||
|
||||
this.addCnameRecord = function (name) {
|
||||
this.$refs.cnameRecords.addValue(name)
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user