From b32ed89d7230a0fbde4adffaf9fb20768e8ffa3e Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Thu, 26 Feb 2026 21:13:19 +0100 Subject: [PATCH] Add PHP subdomain CNAME record --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index b629868..1c975a2 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -27,6 +27,7 @@ export const DNS_RECORDS: Record = { { subdomain: 'java.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { 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' }, // Other subdomains { subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' },