sanjusss / aliyun-ddns

阿里云动态域名工具,支持docker和ipv6。
BSD 3-Clause "New" or "Revised" License
500 stars 94 forks source link

无法正常解析域名 #39

Closed zzlinwq closed 3 years ago

zzlinwq commented 3 years ago

已经从https://www.namesilo.com/购买域名nas.esir.xyz并转入阿里,但是无法正常解析域名。用的DOCKER版本0.2.7 [03/24/2021 11:54:27]获取nas.esir.xyz的所有记录时出现异常:Aliyun.Acs.Core.Exceptions.ClientException: InvalidAccessKeyId : Specified access key is not found or invalid. + [ RequestId : 425C0079-8EBB-4416-B69F-F1C36D371682 ] at Aliyun.Acs.Core.DefaultAcsClient.ParseAcsResponse[T](AcsRequest`1 request, HttpResponse httpResponse) at aliyun_ddns.DomainUpdater.GetRecords(String domain) [03/24/2021 11:54:27]跳过设置域名 nas.esir.xyz

zzlinwq commented 3 years ago

机器是ARM 64位设备

sanjusss commented 3 years ago

这里的报错提示是access key id不存在,是不是填错了?

zzlinwq commented 3 years ago

docker run -d --restart=always --net=host \ -e "AKID=xxxx" \ -e "AKSCT=xxx" \ -e "DOMAIN=nas.esir.xyz" \ -e "REDO=30" \ -e "TTL=60" \ -e "TIMEZONE=8.0" \ -e "TYPE=A,AAAA" \ sanjusss/aliyun-ddns

zzlinwq commented 3 years ago

对吗?

sanjusss commented 3 years ago

不要暴露自己的key🤦‍,key是否正确需要在阿里云控制台里看。

zzlinwq commented 3 years ago

我没暴露,我是说使用docker命令格式和参数是否正确?

sanjusss commented 3 years ago

我没暴露,我是说使用docker命令格式和参数是否正确? 格式没有问题