diff --git a/README.md b/README.md index 3d1087221..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 automaticly. 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. 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 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"] } } diff --git a/domains/notarya.json b/domains/seraphic.json similarity index 58% rename from domains/notarya.json rename to domains/seraphic.json index 27f10eee3..6914cbbff 100644 --- a/domains/notarya.json +++ b/domains/seraphic.json @@ -1,10 +1,11 @@ { "owner": { - "username": "not-arya", - "email": "abiixmessanger@gmail.com" + "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" } 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