From 6c48b1b4038d59b65f435ce6821759891b272b80 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Mon, 11 Jul 2022 23:10:27 +0100 Subject: [PATCH 1/2] feat: Added domain programatically --- domains/beta.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/beta.json diff --git a/domains/beta.json b/domains/beta.json new file mode 100644 index 000000000..151a0e236 --- /dev/null +++ b/domains/beta.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "URL": "https://open-beta.is-a.dev/" + } + } + \ No newline at end of file From a5e621de7603a1cae471238bbde86c517e1e02f1 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Tue, 12 Jul 2022 09:15:04 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2b1851165..699627017 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@

Discord

+## BETA service +Try our new beta service to easily register the subdomain of your choice. Visit: https://open-beta.is-a.dev/ + + ## How do I register? * [Fork](https://github.com/is-a-dev/register/fork) this repository.