rfancn / aliyun-ddns-client

Python DDNS client for Aliyun
404 stars 137 forks source link

multiple sub domain name is not support #8

Closed NickXia007 closed 7 years ago

NickXia007 commented 7 years ago

multiple sub domain name is not support.

rfancn commented 7 years ago

It is supported! You just need create corresponding [DomainRecord#] in config file as what you defined in Aliyun server, it only reported error when there exists duplicate sub domains with the same type.

NickXia007 commented 7 years ago

thanks to your tips, it works!