From db621788f6488c933dde4b2922de8971af411308 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Tue, 7 Apr 2026 02:32:58 +0000 Subject: [PATCH] Remove ruby.sdk CNAME due to domain squatting :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 2596e30..ff4bc0e 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -29,7 +29,6 @@ export const DNS_RECORDS: Record = { { subdomain: 'kotlin.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'rust.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'php.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, - { subdomain: 'ruby.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, // Other subdomains { subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' },