We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd2a59e + 92a3d51 commit 7b92335Copy full SHA for 7b92335
src/baas/cns/index.js
@@ -54,7 +54,7 @@ class Cns {
54
Region: this.region,
55
domain: inputs.domain
56
})
57
- output.DNS = 'Please set your domain DNS: f1g1ns1.dnspod.net | f1g1ns1.dnspod.net'
+ output.DNS = 'Please set your domain DNS: f1g1ns1.dnspod.net, f1g1ns1.dnspod.net'
58
console.log(`Added domain`)
59
} catch (e) {
60
// Domain添加错误,不影响主流程,继续尝试后面的工作
0 commit comments