From a04c02e6b6e51897b09cfc9a82f787acd8efddd2 Mon Sep 17 00:00:00 2001 From: gurkiratz Date: Wed, 15 Nov 2023 21:13:55 -0500 Subject: [PATCH 1/7] feat(domain): gurkirat.is-a.dev --- domains/gurkirat.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/gurkirat.json diff --git a/domains/gurkirat.json b/domains/gurkirat.json new file mode 100644 index 000000000..33c91323f --- /dev/null +++ b/domains/gurkirat.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "gurkiratz", + "email": "singh.gurkirat2707@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 94043d3212dcf4943273c970a002fb4f6fcd768b Mon Sep 17 00:00:00 2001 From: Paillat Date: Sat, 18 Nov 2023 00:28:45 +0100 Subject: [PATCH 2/7] fix(README): fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d1087221..664caa2a2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you have an issue that contains confidental infomation then email hello@maint ### Automated Registration Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your github account and click the register page in the navbar. Fill out some questions and it will all happen automagically! -Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automaticly. The bot also allows for domain deletion and editing. +Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing. ### Manual Registration - [Fork](https://github.com/is-a-dev/register/fork) this repository. From b12846ca0cc8bbec062467ef984d1c429e166aa1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 18 Nov 2023 10:22:47 +0800 Subject: [PATCH 3/7] fix more typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 664caa2a2..a550559cc 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ If you have an issue that contains confidental infomation then email hello@maint ## Register ### Automated Registration -Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your github account and click the register page in the navbar. Fill out some questions and it will all happen automagically! +Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your GitHub account and click the register page in the navbar. Fill out some questions and it will all happen automatically! -Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing. +Another method is to join our [Discord server](https://discord.gg/PZCGHz4RhQ), head to the commands channel and run `/register`. The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing. ### Manual Registration - [Fork](https://github.com/is-a-dev/register/fork) this repository. From 6e7f258e44b9ff48ce38cb271607d06f7ae7aafc Mon Sep 17 00:00:00 2001 From: thinlayerofice Date: Sat, 18 Nov 2023 11:04:53 +0500 Subject: [PATCH 4/7] feat(domain): zoronium.is-a.dev --- domains/zoronium.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zoronium.json diff --git a/domains/zoronium.json b/domains/zoronium.json new file mode 100644 index 000000000..d488672fc --- /dev/null +++ b/domains/zoronium.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "thinlayerofice", + "email": "zayaanmohammed1535@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 9448b9fb2d6923866d6445608c79a288a312d2bf Mon Sep 17 00:00:00 2001 From: m1cro_cat <133674635+m1cro-cat@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:37:01 +0500 Subject: [PATCH 5/7] Update m1cro.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :) да --- domains/m1cro.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/m1cro.json b/domains/m1cro.json index dad88f7bc..b44fea3bd 100644 --- a/domains/m1cro.json +++ b/domains/m1cro.json @@ -4,9 +4,6 @@ "email": "m1cro_cat@outlook.com" }, "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "A": ["65.19.141.67"] } } From 96f82c97375a583496c99341a0ab5ebe9fb7e3d1 Mon Sep 17 00:00:00 2001 From: SeraphicDev Date: Sat, 18 Nov 2023 14:53:30 -0800 Subject: [PATCH 6/7] feat(domain): seraphic.is-a.dev --- domains/seraphic.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/seraphic.json diff --git a/domains/seraphic.json b/domains/seraphic.json new file mode 100644 index 000000000..6914cbbff --- /dev/null +++ b/domains/seraphic.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "SeraphicDev", + "email": "AidhaniDev@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From eca9e08f53c4664c0cc310a5379336818013ce1e Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sun, 19 Nov 2023 08:43:33 +0800 Subject: [PATCH 7/7] Delete domains/notarya.json --- domains/notarya.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/notarya.json diff --git a/domains/notarya.json b/domains/notarya.json deleted file mode 100644 index 27f10eee3..000000000 --- a/domains/notarya.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "not-arya", - "email": "abiixmessanger@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file