honwen / aliyun-ddns-cli

ALiDDNS - Dynamic DNS CLI for [aliyun.com]
MIT License
413 stars 116 forks source link

三级域名支持(b.a.domain.com) #20

Closed ChnCdd closed 5 years ago

ChnCdd commented 5 years ago

试了一下现在不能更新三级域名,会报错误 “Status Code: 400 Code: InvalidDomainName.NoExist Message: The specified domain name does not exist. Refresh the page and try again.”。

ChnCdd commented 5 years ago

看了一下可能和“main.go”中函数“CheckAndUpdateRecord”里的变量rr和domain有关? 是否修正一下正则匹配就行? 我不懂go语言,猜的。

lRoccoon commented 5 years ago

目前使用fulldomain的方式很难适应多级域名,因为没法确定你的记录值是什么,所以暂时不好修改

Sent with GitHawk

honwen commented 5 years ago

多级域名建议采用CNAME的方式

Droid-MAX commented 5 years ago

@honwen 赞同