diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e39c28420..39cf0fc2e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,7 @@ Unless explicitly specified otherwise by a **maintainer** or in the requirement Please note that we reserve the rights not to accept any domain at our own discretion. - [ ] The file is in the `domains` folder and is in the JSON format. +- [ ] The file's name is all lowercased and alphanumeric. - [ ] You have completed your website. - [ ] The website is reachable. - [ ] You're not using Vercel or Netlify. diff --git a/domains/_discord.dscbmr.json b/domains/_discord.dscbmr.json new file mode 100644 index 000000000..b200eef06 --- /dev/null +++ b/domains/_discord.dscbmr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SRPVT", + "email": "syedyaseeralirayan@gmail.com" + }, + "record": { + "TXT": "dh=af0561dc7d2f7eb0ef153cb3a270c0b98fe5c36e" + } +} diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json new file mode 100644 index 000000000..19d7cab89 --- /dev/null +++ b/domains/foxie.arman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ItzArman09", + "email": "itz.armxn@outlook.com" + }, + "record": { + "A": ["45.140.142.112"] + } +} diff --git a/domains/mail.zvdxc.json b/domains/mail.zvdxc.json new file mode 100644 index 000000000..e8a7c668c --- /dev/null +++ b/domains/mail.zvdxc.json @@ -0,0 +1,13 @@ +{ + "description": "A sub-subdomain for use with a mail-forwarder, because the main subdomain zvdxc.is-a.dev has a CNAME and doesnt work", + "owner": { + "username": "zvdxc", + "email": "zvdxc11@gmail.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } +} diff --git a/domains/resolved.json b/domains/resolved.json new file mode 100644 index 000000000..12bd0daad --- /dev/null +++ b/domains/resolved.json @@ -0,0 +1,12 @@ +{ + "description": "Hello", + "repo": "https://github.com/huukhoa04/resolved-io", + "owner": { + "username": "huukhoa04", + "email": "huukhoa04@gmail.com", + "twitter": "huukhoa004" + }, + "record": { + "CNAME": "huukhoa04.github.io" + } +} \ No newline at end of file diff --git a/domains/ttt.talinsharma.json b/domains/ttt.talinsharma.json new file mode 100644 index 000000000..60572a0ce --- /dev/null +++ b/domains/ttt.talinsharma.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "TalinTheDev", + "email": "talinsharma.dev@gmail.com", + "discord": "1010508154481676329" + }, + + "record": { + "CNAME": "tic-tac-toe-175c5.web.app" + } + } +