Merge branch 'main' into main

This commit is contained in:
Stef_DP
2023-11-19 11:33:45 +01:00
committed by GitHub
5 changed files with 30 additions and 8 deletions
+2 -2
View File
@@ -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.
+12
View File
@@ -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"
}
}
+1 -4
View File
@@ -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"]
}
}
@@ -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"
}
+12
View File
@@ -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"
}
}