添加预留主机记录功能,添加API对接功能,添加域名记录导入导出功能#471
Open
xiaojiu-code wants to merge 5 commits into
Open
Conversation
支持将DNS记录导出为JSON/CSV格式,并支持从JSON/CSV文件导入记录
在域名记录添加和修改前检查是否为预留记录,管理员级别用户不受预留记录限制
Owner
|
这种导出导入方式根本不行。首先是导出的时候直接按每页1000行导出,有些DNS接口是不支持那么多行输出的,另外如果超出1000条记录就不能导出了。其次导入的时候,如果记录数量太多接口就会超时,应改成前端解析表格并调用单条新增接口导入。最后是不同DNS服务商,不同的线路ID是不一样的,没有做兼容适配 |
Contributor
Author
|
你再看看 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
添加预留主机记录功能,添加API对接功能,添加域名记录导入导出功能