Skip to content
New issue

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

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

Already on GitHub? # to your account

修复当DNS记录太多时,更新IPv6域名会因为AAAA记录获取不完整导致因添加重复域名而报错 #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xfl12345
Copy link
Contributor

修复当DNS记录太多时,更新IPv6域名会因为AAAA记录获取不完整导致因添加重复域名而报错、疯狂更新、疯狂失败。添加一个GET请求参数,指定DNS记录类型获取有限的完整的DNS记录列表,在一定程度上修复这个BUG。(当然,如果确切知道domain_id就更好了,100%精准无误判。毕竟出现这个BUG是因为Cloudflare API还是对返回数据做了长度限制,目前暂时没有测试这个长度究竟有多短。。)

修复当DNS记录太多时,更新IPv6域名会因为AAAA记录获取不完整导致因添加重复域名而报错、疯狂更新、疯狂失败。添加一个GET请求参数,指定DNS记录类型获取有限的完整的DNS记录列表,在一定程度上修复这个BUG。(当然,如果确切知道domain_id就更好了,100%精准无误判。毕竟出现这个BUG是因为Cloudflare API还是对返回数据做了长度限制,目前暂时没有测试这个长度究竟有多短。。)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant