From 35a51ed658f34706ab12cb28a234e6a9a4212a3b Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Tue, 7 Apr 2026 20:14:35 +0000 Subject: [PATCH] Remove go.sdk CNAME due to domain hijacking :house: Remote-Dev: homespace --- src/config/records.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/records.ts b/src/config/records.ts index ecad805..3340fd2 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -23,7 +23,6 @@ export const DNS_RECORDS: Record = { { subdomain: 'apps.extensions', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'ts.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'csharp.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, - { subdomain: 'go.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'py.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'java.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'kotlin.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' },