From dfb2a6d5d271b665849afa1c9792ea0988eff879 Mon Sep 17 00:00:00 2001 From: Aditya Suthar Date: Sun, 24 Nov 2024 14:57:35 +0530 Subject: [PATCH] Update codesuthar.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’ve updated the codesuthar.json file by adding the necessary NS records to configure Cloudflare Zero Trust Tunneling for the codesuthar subdomain. This change is required to integrate the domain with the Cloudflare dashboard and set up the subdomain properly for Cloudflare’s nameservers. This update will ensure that the domain is correctly pointed to Cloudflare for further configuration. Please let me know if any additional changes are needed. --- domains/codesuthar.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/codesuthar.json b/domains/codesuthar.json index 1c010dc13..27a2f9da5 100644 --- a/domains/codesuthar.json +++ b/domains/codesuthar.json @@ -9,6 +9,10 @@ "185.199.109.153", "185.199.111.153", "185.199.110.153" + ], + "NS": [ + "dexter.ns.cloudflare.com", + "fay.ns.cloudflare.com" ] } }