rfancn / aliyun-ddns-client

Python DDNS client for Aliyun
402 stars 137 forks source link

subdomain不是精确匹配的问题 #7

Closed wanghanr closed 7 years ago

wanghanr commented 7 years ago

如果多个域名有重叠部分,比如pi和rpi,提示: [ERROR] Duplicate DomainRecord in Aliyun 如下function,需要额外处理下: self.resolver.describe_domain_records

rfancn commented 7 years ago

Thanks for your suggestion, I just got to know that Aliyun use fuzzy matching pattern to describe records in the server, anyway, fixed it already!