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 },