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