From 8c8542a4fa4c57b6d964dc413399a82baa30645d Mon Sep 17 00:00:00 2001 From: Jimmy Briggs Date: Thu, 4 Apr 2024 15:32:38 -0400 Subject: [PATCH] feat: add openai domain verification txt record resolves #36 --- dnsconfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dnsconfig.js b/dnsconfig.js index 3db1731..08a2a30 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -41,4 +41,5 @@ D("noclocks.dev", REG_NONE , TXT("_vercel", "vc-domain-verify=www.noclocks.dev,2b1841e6fdcd5c8bbb74") , TXT("@", "stripe-verification=89f4a41b52e121c2857c7989fa0edea55106bec6c43be66692ce13c3fd826707") , TXT("@", "google-site-verification=VLlDxf4pO-GZ4oe2YSGplYGhKYEoMwIeSUiHzjMJd4s") + , TXT("@", "openai-domain-verification=dv-WDNa7wSBc2RN0lM0rlnVs25c") );