DNS支持TSIG

This commit is contained in:
刘祥超
2021-07-25 15:08:11 +08:00
parent 6b9d5cf7a0
commit 051a48bc73
9 changed files with 107 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ Tea.context(function () {
this.updateKey = function (keyId) {
teaweb.popup(Tea.url(".updatePopup?keyId=" + keyId), {
height: "26em",
height: "27em",
callback: function () {
teaweb.successRefresh("保存成功")
}