From bac5f92f03ea67edde832d3978ee9c72fb46c6d7 Mon Sep 17 00:00:00 2001 From: KEDHAR2004 Date: Fri, 24 Jul 2026 00:17:02 +0100 Subject: [PATCH 01/23] Add kedhar.json for domain configuration --- domains/kedhar.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/kedhar.json diff --git a/domains/kedhar.json b/domains/kedhar.json new file mode 100644 index 0000000000..474b084fc9 --- /dev/null +++ b/domains/kedhar.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "KEDHAR2004" + }, + "records": { + "CNAME": "custom-domains.chatgpt.site" + } +} From 2c9407010434f23817f08690e843a6d4b2068be3 Mon Sep 17 00:00:00 2001 From: KEDHAR2004 Date: Fri, 24 Jul 2026 00:28:34 +0100 Subject: [PATCH 02/23] Add OpenAI site verification JSON file --- domains/_openai-site-verification.kedhar.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_openai-site-verification.kedhar.json diff --git a/domains/_openai-site-verification.kedhar.json b/domains/_openai-site-verification.kedhar.json new file mode 100644 index 0000000000..0302ee01c5 --- /dev/null +++ b/domains/_openai-site-verification.kedhar.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "KEDHAR2004" + }, + "records": { + "TXT": "openai-site-verification=K8-5hzW6jHSvADOWeNQEAoMO-nyo2Jul1rLdw0Pf5TU" + } +} From 40d898615055d7a16f1963dacddcbc4cd211e699 Mon Sep 17 00:00:00 2001 From: KEDHAR2004 Date: Fri, 24 Jul 2026 00:29:10 +0100 Subject: [PATCH 03/23] Add JSON configuration for custom hostname --- domains/_cf-custom-hostname.kedhar.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_cf-custom-hostname.kedhar.json diff --git a/domains/_cf-custom-hostname.kedhar.json b/domains/_cf-custom-hostname.kedhar.json new file mode 100644 index 0000000000..255f64d788 --- /dev/null +++ b/domains/_cf-custom-hostname.kedhar.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "KEDHAR2004" + }, + "records": { + "TXT": "375ba648-bc7a-44f3-9ade-7a5b0f514119" + } +} From b901e37bca774740243bbecfa5d3b3a5b3342427 Mon Sep 17 00:00:00 2001 From: KEDHAR2004 Date: Fri, 24 Jul 2026 00:45:33 +0100 Subject: [PATCH 04/23] Add email field to kedhar.json owner object --- domains/kedhar.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/domains/kedhar.json b/domains/kedhar.json index 474b084fc9..25b3846cec 100644 --- a/domains/kedhar.json +++ b/domains/kedhar.json @@ -1,8 +1,4 @@ -{ - "owner": { - "username": "KEDHAR2004" - }, - "records": { - "CNAME": "custom-domains.chatgpt.site" - } -} +"owner": { + "username": "KEDHAR2004", + "email": "kedhar1711@gmail.com" +}, From 5236ecaaa97a75776c99ac8ad23764d006ac7470 Mon Sep 17 00:00:00 2001 From: KEDHAR2004 Date: Fri, 24 Jul 2026 00:46:58 +0100 Subject: [PATCH 05/23] Fix JSON structure in kedhar.json --- domains/kedhar.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/kedhar.json b/domains/kedhar.json index 25b3846cec..903bf6eea5 100644 --- a/domains/kedhar.json +++ b/domains/kedhar.json @@ -1,4 +1,5 @@ -"owner": { +{ + "owner": { "username": "KEDHAR2004", "email": "kedhar1711@gmail.com" }, From bf614289f7609916cb2076e05a237411c6c5348f Mon Sep 17 00:00:00 2001 From: KEDHAR2004 Date: Fri, 24 Jul 2026 00:48:20 +0100 Subject: [PATCH 06/23] Fix JSON formatting in kedhar.json --- domains/kedhar.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/domains/kedhar.json b/domains/kedhar.json index 903bf6eea5..e95478e2fd 100644 --- a/domains/kedhar.json +++ b/domains/kedhar.json @@ -1,5 +1,12 @@ { "owner": { - "username": "KEDHAR2004", - "email": "kedhar1711@gmail.com" -}, + "username": "KEDHAR2004", + "email": "kedhar1711@gmail.com" + }, + "records": [ + { + "type": "A", + "value": "your-ip-address" + } + ] +} From 3a414b546d3424aecbad797f5cde487c062c8eef Mon Sep 17 00:00:00 2001 From: KEDHAR2004 Date: Fri, 24 Jul 2026 00:49:31 +0100 Subject: [PATCH 07/23] Change records format in kedhar.json --- domains/kedhar.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/domains/kedhar.json b/domains/kedhar.json index e95478e2fd..ed87821444 100644 --- a/domains/kedhar.json +++ b/domains/kedhar.json @@ -3,10 +3,7 @@ "username": "KEDHAR2004", "email": "kedhar1711@gmail.com" }, - "records": [ - { - "type": "A", - "value": "your-ip-address" - } - ] + "records": { + "A": ["192.0.2.1"] + } } From e2715dfc2d449b4700610edf03bd3ec06f5ab778 Mon Sep 17 00:00:00 2001 From: KEDHAR2004 Date: Fri, 24 Jul 2026 00:51:07 +0100 Subject: [PATCH 08/23] Update A record with a valid public IP --- domains/kedhar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kedhar.json b/domains/kedhar.json index ed87821444..e2be6204af 100644 --- a/domains/kedhar.json +++ b/domains/kedhar.json @@ -4,6 +4,6 @@ "email": "kedhar1711@gmail.com" }, "records": { - "A": ["192.0.2.1"] + "A": ["your-valid-public-ip-here"] } } From 54f323b2b310e185bf87403fd3adec33aa0bb374 Mon Sep 17 00:00:00 2001 From: KEDHAR2004 Date: Fri, 24 Jul 2026 11:21:42 +0100 Subject: [PATCH 09/23] Update DNS records in kedhar.json Replaced A record with CNAME for custom domain. --- domains/kedhar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kedhar.json b/domains/kedhar.json index e2be6204af..18ec35c890 100644 --- a/domains/kedhar.json +++ b/domains/kedhar.json @@ -4,6 +4,6 @@ "email": "kedhar1711@gmail.com" }, "records": { - "A": ["your-valid-public-ip-here"] + "CNAME": "custom-domains.chatgpt.site" } } From a2105a3c17c834cea557e87dd98a958e75ee90ff Mon Sep 17 00:00:00 2001 From: Sabarna Das Date: Sun, 26 Jul 2026 23:33:46 +0530 Subject: [PATCH 10/23] Add CodeGPM.json with domain configuration --- domains/CodeGPM.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/CodeGPM.json diff --git a/domains/CodeGPM.json b/domains/CodeGPM.json new file mode 100644 index 0000000000..1a8d7879e5 --- /dev/null +++ b/domains/CodeGPM.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Sabarna-dev" + }, + "records": { + "A": ["13.49.47.202"] + } +} From 2224bef3ecc0a515b3c3b36bbf3dbb9e6b9a48fe Mon Sep 17 00:00:00 2001 From: Sabarna Das Date: Sun, 26 Jul 2026 23:42:07 +0530 Subject: [PATCH 11/23] Rename CodeGPM.json to codegpm.json --- domains/{CodeGPM.json => codegpm.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{CodeGPM.json => codegpm.json} (100%) diff --git a/domains/CodeGPM.json b/domains/codegpm.json similarity index 100% rename from domains/CodeGPM.json rename to domains/codegpm.json From 6e871877722210a814806f97992ad95551ea0a31 Mon Sep 17 00:00:00 2001 From: Sabarna Das Date: Sun, 26 Jul 2026 23:47:34 +0530 Subject: [PATCH 12/23] Add email to owner in codegpm.json --- domains/codegpm.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/codegpm.json b/domains/codegpm.json index 1a8d7879e5..ad4260a7ed 100644 --- a/domains/codegpm.json +++ b/domains/codegpm.json @@ -1,6 +1,7 @@ { "owner": { - "username": "Sabarna-dev" + "username": "Sabarna-dev", + "email":"sanjaykumarsad65@gmail.com" }, "records": { "A": ["13.49.47.202"] From 04b2d73c8e89ee13e7dd28ef7392e4d9d18c0a3e Mon Sep 17 00:00:00 2001 From: Mukul Bhardwaj Date: Fri, 31 Jul 2026 12:26:27 +0530 Subject: [PATCH 13/23] register astraaero.is-a.dev for Resend email --- domains/_dmarc.astraaero.json | 6 ++++++ domains/resend._domainkey.astraaero.json | 6 ++++++ domains/send.astraaero.json | 9 +++++++++ 3 files changed, 21 insertions(+) create mode 100644 domains/_dmarc.astraaero.json create mode 100644 domains/resend._domainkey.astraaero.json create mode 100644 domains/send.astraaero.json diff --git a/domains/_dmarc.astraaero.json b/domains/_dmarc.astraaero.json new file mode 100644 index 0000000000..8e90f8a746 --- /dev/null +++ b/domains/_dmarc.astraaero.json @@ -0,0 +1,6 @@ +{ + "owner": { "username": "MukulBhardwaj-4" }, + "records": { + "TXT": "v=DMARC1; p=none;" + } +} diff --git a/domains/resend._domainkey.astraaero.json b/domains/resend._domainkey.astraaero.json new file mode 100644 index 0000000000..24690acfd2 --- /dev/null +++ b/domains/resend._domainkey.astraaero.json @@ -0,0 +1,6 @@ +{ + "owner": { "username": "MukulBhardwaj-4" }, + "records": { + "TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1F58WnISDT7z4jNHVnMcGb1v8WZvKYlaq1RhKw+C9Y2SzsX0C/se+fN8WbY56uGzSDOdiorks15v7j7Dn3dRcWSqFGBr80ISZRXZ0mHZQrcTaCTDbSuWbBSCJaTXHtsW9dsFWXFk4IykH0uVi6rRSq9HPWBnF63xeHRobbH8eBQIDAQAB" + } +} diff --git a/domains/send.astraaero.json b/domains/send.astraaero.json new file mode 100644 index 0000000000..8782d97c19 --- /dev/null +++ b/domains/send.astraaero.json @@ -0,0 +1,9 @@ +{ + "owner": { "username": "MukulBhardwaj-4" }, + "records": { + "TXT": "v=spf1 include:amazonses.com ~all", + "MX": [ + { "target": "feedback-smtp.ap-northeast-1.amazonses.com", "priority": 10 } + ] + } +} From 458e34f4e2d2a8687d66cc080b85d0df24a7ce60 Mon Sep 17 00:00:00 2001 From: Mukul Bhardwaj Date: Fri, 31 Jul 2026 12:32:51 +0530 Subject: [PATCH 14/23] add parent domain astraaero.json --- domains/astraaero.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 domains/astraaero.json diff --git a/domains/astraaero.json b/domains/astraaero.json new file mode 100644 index 0000000000..72381cb29a --- /dev/null +++ b/domains/astraaero.json @@ -0,0 +1,6 @@ +{ + "owner": { "username": "MukulBhardwaj-4" }, + "records": { + "URL": "https://github.com/MukulBhardwaj-4" + } +} From 1311183154b5c7c65980b245b830a9a735758358 Mon Sep 17 00:00:00 2001 From: VishnuramAK <113902299+VishnuramAK@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:40:26 +0530 Subject: [PATCH 15/23] Add diid.json for domain configuration added a new domain diid --- domains/diid.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/diid.json diff --git a/domains/diid.json b/domains/diid.json new file mode 100644 index 0000000000..3f753c9a46 --- /dev/null +++ b/domains/diid.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "VishnuramAK", + "email": "mail2kumaryadav@gmail.com" + }, + "records": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From c19c914542ae1753459ce78dbbbbe46d258b97cc Mon Sep 17 00:00:00 2001 From: ARYAN TECHIE <76107940+Aryan-Techie@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:02:13 +0530 Subject: [PATCH 16/23] Modify domain verification details in JSON Updated TXT record for domain verification. --- domains/_vercel.ritu.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/_vercel.ritu.json b/domains/_vercel.ritu.json index d0e392c314..4518b246c6 100644 --- a/domains/_vercel.ritu.json +++ b/domains/_vercel.ritu.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "aryan-techie", - "email": "aryantechie@aroice.in" - }, - "records": { - "TXT": "vc-domain-verify=ritu.is-a.dev,294206fd5850f2545a77" - } + "owner": { + "username": "aryan-techie", + "email": "aryantechie@aroice.in" + }, + "records": { + "TXT": "vc-domain-verify=www.ritu.is-a.dev,202eb2cbdc82fc008770" + } } From 32464976c808b0e5eb6c042a67006d1a97658244 Mon Sep 17 00:00:00 2001 From: ARYAN TECHIE <76107940+Aryan-Techie@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:03:16 +0530 Subject: [PATCH 17/23] Fix JSON formatting in _vercel.ritu.json From 0fd4d94fdca74b7c32685c5b563a9cfe29c65c53 Mon Sep 17 00:00:00 2001 From: NEKOZAMI <154608368+NEKOZAM-I@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:35:11 +0500 Subject: [PATCH 18/23] Add TXT record for Google site verification --- domains/nekozami.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/nekozami.json b/domains/nekozami.json index 38ec9bf955..75a14f2565 100644 --- a/domains/nekozami.json +++ b/domains/nekozami.json @@ -5,5 +5,6 @@ }, "records": { "CNAME": "nekozam-i.github.io" + "TXT": "google-site-verification=PPutW2r43Ok0jwoxP22Xl2xzRDFYwjBFJVAFQ" } } From 5264ee706a90b6cc8c7794774bbdaae8775642e4 Mon Sep 17 00:00:00 2001 From: NEKOZAMI <154608368+NEKOZAM-I@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:40:08 +0500 Subject: [PATCH 19/23] Fix JSON formatting for nekozami.json --- domains/nekozami.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nekozami.json b/domains/nekozami.json index 75a14f2565..a5f12bb0a6 100644 --- a/domains/nekozami.json +++ b/domains/nekozami.json @@ -4,7 +4,7 @@ "email": "2010.raykhan@gmail.com" }, "records": { - "CNAME": "nekozam-i.github.io" + "CNAME": "nekozam-i.github.io", "TXT": "google-site-verification=PPutW2r43Ok0jwoxP22Xl2xzRDFYwjBFJVAFQ" } } From 4b4a8e76e1b74764ca8c7c8fe74be84842b4aaa9 Mon Sep 17 00:00:00 2001 From: NEKOZAMI <154608368+NEKOZAM-I@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:43:04 +0500 Subject: [PATCH 20/23] Add proxied field to nekozami.json --- domains/nekozami.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/nekozami.json b/domains/nekozami.json index a5f12bb0a6..0201767d0b 100644 --- a/domains/nekozami.json +++ b/domains/nekozami.json @@ -7,4 +7,5 @@ "CNAME": "nekozam-i.github.io", "TXT": "google-site-verification=PPutW2r43Ok0jwoxP22Xl2xzRDFYwjBFJVAFQ" } + "proxied": true } From d30e2bf468a8a4440cc7b01f97841966de692e28 Mon Sep 17 00:00:00 2001 From: NEKOZAMI <154608368+NEKOZAM-I@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:47:57 +0500 Subject: [PATCH 21/23] Fix JSON formatting in nekozami.json --- domains/nekozami.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nekozami.json b/domains/nekozami.json index 0201767d0b..0d1e73d322 100644 --- a/domains/nekozami.json +++ b/domains/nekozami.json @@ -6,6 +6,6 @@ "records": { "CNAME": "nekozam-i.github.io", "TXT": "google-site-verification=PPutW2r43Ok0jwoxP22Xl2xzRDFYwjBFJVAFQ" - } + }, "proxied": true } From b00611bba3200269ee33049eca484ccef690f7ad Mon Sep 17 00:00:00 2001 From: orangc Date: Mon, 3 Aug 2026 12:43:16 +0300 Subject: [PATCH 22/23] meta: prohibit game cheats in ToS Signed-off-by: orangc --- TERMS_OF_SERVICE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TERMS_OF_SERVICE.md b/TERMS_OF_SERVICE.md index cf968b84f4..e262fb3824 100644 --- a/TERMS_OF_SERVICE.md +++ b/TERMS_OF_SERVICE.md @@ -3,7 +3,7 @@ Welcome to **is-a.dev** ("our", "us", "we"), a free subdomain service provided t For questions or concerns about these Terms, please contact us at admin@is-a.dev. -**Last Updated**: 4th June, 2026 +**Last Updated**: 3rd August, 2026 ## Definitions The following definitions apply within these Terms of Service: @@ -52,8 +52,9 @@ You agree not to use, attempt to use, or permit others to use the is-a.dev servi 12. Proxy or VPN services 13. Hosting websites on root subdomains that are behind a login page (with the exception of login pages for management reasons) 14. Blogs that are not primarily related to software development -15. Conversational AI websites or apps that are similar in functionality to websites or apps such as Claude, Gemini, ChatGPT, etc. +15. Conversational AI websites or apps that are similar in functionality to websites or apps such as Claude, Gemini, ChatGPT, etc 16. Any website that is orientated to courses +17. Video game cheats, hacks, exploits, or unauthorised modifications, including any websites, communities, software, downloads, documentation, or services primarily intended to facilitate unfair gameplay or circumvent game restrictions. *Note: This list is not exhaustive and may be updated or expanded at any time at our discretion.* From fc333a1876337c5cac1058662f382fb6c004d01e Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:25:45 +0800 Subject: [PATCH 23/23] Update TERMS_OF_SERVICE.md --- TERMS_OF_SERVICE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TERMS_OF_SERVICE.md b/TERMS_OF_SERVICE.md index e262fb3824..65d08fd78b 100644 --- a/TERMS_OF_SERVICE.md +++ b/TERMS_OF_SERVICE.md @@ -54,7 +54,7 @@ You agree not to use, attempt to use, or permit others to use the is-a.dev servi 14. Blogs that are not primarily related to software development 15. Conversational AI websites or apps that are similar in functionality to websites or apps such as Claude, Gemini, ChatGPT, etc 16. Any website that is orientated to courses -17. Video game cheats, hacks, exploits, or unauthorised modifications, including any websites, communities, software, downloads, documentation, or services primarily intended to facilitate unfair gameplay or circumvent game restrictions. +17. Video game cheats, hacks, exploits, or unauthorised modifications, including any websites, communities, software, downloads, documentation, or services primarily intended to facilitate unfair gameplay or circumvent game restrictions *Note: This list is not exhaustive and may be updated or expanded at any time at our discretion.*