Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法正常解析域名 #39

Closed
zzlinwq opened this issue Mar 24, 2021 · 7 comments
Closed

无法正常解析域名 #39

zzlinwq opened this issue Mar 24, 2021 · 7 comments
Labels

Comments

@zzlinwq
Copy link

zzlinwq commented Mar 24, 2021

已经从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
Copy link
Author

zzlinwq commented Mar 24, 2021

机器是ARM 64位设备

@sanjusss
Copy link
Owner

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

@zzlinwq
Copy link
Author

zzlinwq commented Mar 26, 2021

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
Copy link
Author

zzlinwq commented Mar 26, 2021

对吗?

@sanjusss
Copy link
Owner

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

@zzlinwq
Copy link
Author

zzlinwq commented Mar 26, 2021

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

@sanjusss
Copy link
Owner

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

@sanjusss sanjusss closed this as completed May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants