From 2d2473d505448d6e485c3bcc8845c3921fae5d99 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:14:28 +0800 Subject: [PATCH 1/2] Change privacy contact email --- 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 71eacedb31..df0726e1c2 100644 --- a/TERMS_OF_SERVICE.md +++ b/TERMS_OF_SERVICE.md @@ -45,7 +45,7 @@ Violation of these terms may result in the immediate termination of your subdoma We reserve the right to suspend, terminate, or revoke your subdomain at any time, for any reason, including but not limited to violations of these Terms, operational considerations, or at our sole discretion. ## 7. Privacy -For privacy-related inquiries, please contact us at privacy@is-a.dev. We are not responsible for any data or privacy breaches resulting from the use of our service. +For privacy-related inquiries, please contact us at support@is-a.dev. We are not responsible for any data or privacy breaches resulting from the use of our service. ## 8. Disclaimer of Warranties The is-a.dev service is provided "as-is" and "as available." We make no warranties, expressed or implied, regarding the service's functionality, reliability, or suitability for any particular purpose. From e4f7a21e180373523d3cc8b94a3cb565abf5ba1d Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:17:53 +0800 Subject: [PATCH 2/2] Update william.json to modify DNS records Removed NS and DS records, added URL. --- domains/william.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/domains/william.json b/domains/william.json index 63f3a3a6c5..846995b79b 100644 --- a/domains/william.json +++ b/domains/william.json @@ -4,14 +4,6 @@ "email": "william@is-a.dev" }, "records": { - "NS": ["alexia.ns.cloudflare.com", "roan.ns.cloudflare.com"], - "DS": [ - { - "key_tag": 2371, - "algorithm": 13, - "digest_type": 2, - "digest": "CC332225EB1A226C72D83767ACC3834FE20C129CBD8B1A74FBDCBAD36624B2E0" - } - ] + "URL": "https://github.com/wdhdev" } }