From 1136af49815be77a0aca151f3b8ec7348bf4b4c8 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 8 Mar 2026 18:17:23 +0530 Subject: feat(dns): add update functionality for DNS records (MX, SRV, TXT) - Implemented UpdateMXRecord, UpdateSRVRecord, and UpdateTXTRecord functions in their respective repositories. - Added UpdateRecord method in dns service to handle updates for various DNS record types. - Updated router to include a new route for updating DNS records. - Enhanced error messages for record updates in messages.go. - Modified the frontend forms to support editing DNS records with improved UI components. - Refactored existing domain management code to remove unused update functionality. - Improved email handling by adding MX record validation during email delivery. --- database/migration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/migration.go') diff --git a/database/migration.go b/database/migration.go index 9df1bfc..56a0115 100644 --- a/database/migration.go +++ b/database/migration.go @@ -29,4 +29,4 @@ func migrate() { if migrationError != nil { logger.Fatalf(LogPrefix, MigrationFailed, migrationError) } -} \ No newline at end of file +} -- cgit v1.2.3