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.
发现是 dnsapi/dns_huaweicloud.sh 使用了香港节点(ap-southeast-1),导致一直报错,如国内使用,建议修改成国内任意一个节点(如北京4:cn-north-4)
sed -i 's/ap-southeast-1/cn-north-4/g' dnsapi/dns_huaweicloud.sh
开发大佬们,能不能在构建 image 的时候增加一个参数呢?非常感谢!