mgsky1 / DDNS

An implementation of DDNS with Python and Aliyun API 利用Python+阿里云云解析API实现DDNS
Apache License 2.0
266 stars 126 forks source link

The DNS record does not exist in your account. #16

Open Vip-ie opened 5 years ago

Vip-ie commented 5 years ago

(DDNS) leva@sweb:~/DDNS$ python DDNS.py {'type': 'A', 'ip': '111.61.66.60'} 失败!原因为 The DNS record does not exist in your account. 可参考:https://help.aliyun.com/document_detail/29774.html?spm=a2c4g.11186623.2.20.fDjexq#%E9%94%99%E8%AF%AF%E7%A0%81 或阿里云帮助文档

出现以上问题如何解决,请作者给个解决方案,谢谢。

mgsky1 commented 5 years ago

解决方案可查看[issues #3 ]