From 45012135e0bdf53781e1bb16606a6f85e892aab6 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 18 Mar 2026 01:01:53 +0000 Subject: [PATCH] Add guildbridge CNAME pointing to Cloudflare CDN :house: Remote-Dev: homespace --- src/config/records.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/records.ts b/src/config/records.ts index 8db7cc4..a5d299d 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -33,6 +33,11 @@ export const DNS_RECORDS: Record = { // Other subdomains { subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' }, { subdomain: 'meet', type: 'CNAME', content: 'mcp.meetable.org' }, + { + subdomain: 'guildbridge', + type: 'CNAME', + content: 'guildbridge.modelcontextprotocol.io.cdn.cloudflare.net', + }, // MX record for Google Workspace { subdomain: '@', type: 'MX', content: 'smtp.google.com', priority: 1 },