From 15530044cd057e29e6daab927d080c8125c0abf5 Mon Sep 17 00:00:00 2001 From: artin Date: Thu, 4 Dec 2025 02:57:45 +0800 Subject: [PATCH] ALIDNS: Cleanup code --- providers/alidns/aliDnsProvider.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/providers/alidns/aliDnsProvider.go b/providers/alidns/aliDnsProvider.go index ad154ffc2..a702639fa 100644 --- a/providers/alidns/aliDnsProvider.go +++ b/providers/alidns/aliDnsProvider.go @@ -38,13 +38,6 @@ func init() { RecordAuditor: AuditRecords, } providers.RegisterDomainServiceProviderType(providerName, fns, features) - // https://www.alibabacloud.com/help/en/dns/pubz-add-parsing-record#45347620b7mi9 - // Explicit URL forwarding uses 301 (permanent redirect) or 302 (temporary redirect) - // redirection technology. The browser's address bar displays the target address, and the content displayed is from the target website. - providers.RegisterCustomRecordType("EXPLICIT_URL_FORWARDING", providerName, "") - // Implicit URL forwarding: Implicit URL Forwarding forwarding uses iframe technology. - // The domain name in the browser's address bar does not change, but the content displayed is from the target website. - providers.RegisterCustomRecordType("IMPLICIT_URL_FORWARDING", providerName, "") providers.RegisterMaintainer(providerName, providerMaintainer) // Register default TTL of 600 seconds (10 minutes) for Alibaba Cloud DNS // This is the minimum TTL for free/personal edition domains