OpenIoTHub / aliddns

aliyun ddns for golang【阿里云DDNS服务,用来将自己的动态IP同步到自己的域名解析服务器,安装方便,配置简单,默认支持Linux和MacOS以后台服务方式持续运行】

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utils/utils.go 72 行 使用了错误的 地址数组

kscorl opened this issue · comments

commented

应将
Ipv6APIUrls = append(Ipv4APIUrls, config.ConfigModel.ApiUrl)
改为
Ipv6APIUrls = append(Ipv6APIUrls, config.ConfigModel.ApiUrl)

commented

另外, 补充一下问题所在的 commitid: 39f0375

39f0375

确实

那个Ubuntu snapcraft发布工具好像有问题,以后等他们修复了再发布新版本好了github action