mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 07:50:25 +08:00 
			
		
		
		
	域名解析支持DNS.COM(商业版)
This commit is contained in:
		@@ -11,7 +11,6 @@ const (
 | 
			
		||||
	ProviderTypeDNSPod       ProviderType = "dnspod"       // DNSPod
 | 
			
		||||
	ProviderTypeAliDNS       ProviderType = "alidns"       // 阿里云DNS
 | 
			
		||||
	ProviderTypeHuaweiDNS    ProviderType = "huaweiDNS"    // 华为DNS
 | 
			
		||||
	ProviderTypeDNSCom       ProviderType = "dnscom"       // dns.com
 | 
			
		||||
	ProviderTypeCloudFlare   ProviderType = "cloudFlare"   // CloudFlare DNS
 | 
			
		||||
	ProviderTypeLocalEdgeDNS ProviderType = "localEdgeDNS" // 和当前系统集成的EdgeDNS
 | 
			
		||||
	ProviderTypeUserEdgeDNS  ProviderType = "userEdgeDNS"  // 通过API连接的EdgeDNS
 | 
			
		||||
@@ -36,11 +35,6 @@ func FindAllProviderTypes() []maps.Map {
 | 
			
		||||
			"code":        ProviderTypeHuaweiDNS,
 | 
			
		||||
			"description": "华为云解析DNS。",
 | 
			
		||||
		},
 | 
			
		||||
		/**{
 | 
			
		||||
			"name": "帝恩思DNS.COM",
 | 
			
		||||
			"code": ProviderTypeDNSCom,
 | 
			
		||||
			"description": "DNS.com提供的DNS服务。",
 | 
			
		||||
		},**/
 | 
			
		||||
		{
 | 
			
		||||
			"name":        "CloudFlare DNS",
 | 
			
		||||
			"code":        ProviderTypeCloudFlare,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user