修复当DNS记录太多时,更新IPv6域名会因为AAAA记录获取不完整导致因添加重复域名而报错 #137
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修复当DNS记录太多时,更新IPv6域名会因为AAAA记录获取不完整导致因添加重复域名而报错、疯狂更新、疯狂失败。添加一个GET请求参数,指定DNS记录类型获取有限的完整的DNS记录列表,在一定程度上修复这个BUG。(当然,如果确切知道domain_id就更好了,100%精准无误判。毕竟出现这个BUG是因为Cloudflare API还是对返回数据做了长度限制,目前暂时没有测试这个长度究竟有多短。。)