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.
1 parent ecb99db commit 92a3d51Copy full SHA for 92a3d51
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