diff --git a/app/Services/Subdomain/SubdomainManagementService.php b/app/Services/Subdomain/SubdomainManagementService.php index 7c1e7a107..7ab535a48 100644 --- a/app/Services/Subdomain/SubdomainManagementService.php +++ b/app/Services/Subdomain/SubdomainManagementService.php @@ -75,18 +75,8 @@ class SubdomainManagementService // Normalize IP addresses in DNS records $dnsRecords = $this->normalizeIpAddresses($dnsRecords, $server); - log::error("Dns Stuff", [ - "subdomain" => $subdomain, - "domain" => $domain->name, - "dnsRecords" => $dnsRecords, - "provider" => get_class($dnsProvider), - ]); - log::error("Test Server", [ - "DNS Record" => $newDomain - ]); - // Use database transaction for consistency return DB::transaction(function () use ($server, $domain, $subdomain, $feature, $dnsProvider, $dnsRecords) { // CRITICAL: Check if server already has an active subdomain (prevents race conditions) @@ -484,6 +474,7 @@ class SubdomainManagementService 'github', 'gitlab', 'gitea', + 'forgejo', 'bitbucket', 'hg', 'svn',