Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12月31日 使用脚本 提示 Get Record Info Failed! #41

Closed
Tdmy opened this issue Dec 31, 2019 · 3 comments
Closed

12月31日 使用脚本 提示 Get Record Info Failed! #41

Tdmy opened this issue Dec 31, 2019 · 3 comments

Comments

@Tdmy
Copy link

Tdmy commented Dec 31, 2019

root@raspbian:/home/pi/ddns# ./ddnspod.sh
Type: A
OS: Linux
Address: 115.221.12.117
Updating Domain: .Timcc.xyz
hostIP: 115.221.12.117
Get Record Info Failed!

@rehiy
Copy link
Owner

rehiy commented Jan 1, 2020

已更新到 V6.0 ,测试后请反馈

@openlives
Copy link

原来就解析某个域名xyz.com,配置文件是
arDdnsCheck "xyz.com" ""
只需在DNSPOD 添加一条主机记录@ 记录类型为A,现在要添加一条主机记录www 记录类型为A,才会解析成功 ,否则一直是 Get Record Info Failed!

@RebelliousWhiz
Copy link

RebelliousWhiz commented Feb 12, 2020

实测环境:版本V6.0,本机解析 pma.xxx.xxx, www.xxx.xxx, @.xxx.xxx, *.xxx.xxx

配置:

arDdnsCheck "xxx.xxx" "www"
arDdnsCheck "xxx.xxx" "pma"
arDdnsCheck "xxx.xxx" "*"
arDdnsCheck "xxx.xxx" ""

经过实测,不成功。

log:

Updating Domain: www.xxx.xxx
Host Ip: 58.222.222.222
lastIP: 58.222.222.222
Last IP is the same as current IP!
Updating Domain: pma.xxx.xxx
Host Ip: 58.222.222.222
lastIP: 58.222.222.222
Last IP is the same as current IP!
Updating Domain: *.xxx.xxx
Host Ip: 58.222.222.222
lastIP: 58.222.222.222
Last IP is the same as current IP!
Updating Domain: .xxx.xxx
Host Ip: 58.222.222.222
lastIP: 58.222.222.222
Last IP is the same as current IP!

进dnspod,其他解析均正常,唯有@的A记录未成功修改。

@rehiy rehiy closed this as completed Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants