diff --git a/domains/blogs.adityabh.json b/domains/blogs.adityabh.json new file mode 100644 index 000000000..a9d894e59 --- /dev/null +++ b/domains/blogs.adityabh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AdityaBhattacharya1", + "email": "ec6isyf0@anonaddy.me" + }, + "record": { + "CNAME": "blogs-b2q.pages.dev" + } +} diff --git a/domains/modules.json b/domains/modules.json new file mode 100644 index 000000000..8f81d8dd2 --- /dev/null +++ b/domains/modules.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Manafix", + "email": "manafix.pub@gmail.com" + }, + "record": { + "CNAME": "manafix.dev" + } +} diff --git a/domains/pranavagrawal.json b/domains/pranavagrawal.json index 046035dea..08420b190 100644 --- a/domains/pranavagrawal.json +++ b/domains/pranavagrawal.json @@ -7,6 +7,11 @@ }, "record": { "A": ["185.199.108.153"], - "AAAA": ["2606:50c0:8001::153"] + "AAAA": ["2606:50c0:8001::153"], + "MX":[ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT":"v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/rushil-patel.json b/domains/rushil-patel.json index ac6beeb13..4caf6b5f9 100644 --- a/domains/rushil-patel.json +++ b/domains/rushil-patel.json @@ -1,9 +1,11 @@ { - "owner": { - "username": "rushilp1", - "email": "rushil.p1@ahduni.edu.in" - }, - "record": { - "URL": "https://rushilp1.github.io/" - } + "description": "For my Personal Portfolio website", + "repo": "https://github.com/rushilp1/rushilp1.github.io", + "owner": { + "username": "rushilp1", + "email": "rushil.p1@ahduni.edu.in" + }, + "record": { + "CNAME": "rushilp1.github.io" + } } diff --git a/domains/rushil.json b/domains/rushil.json new file mode 100644 index 000000000..4caf6b5f9 --- /dev/null +++ b/domains/rushil.json @@ -0,0 +1,11 @@ +{ + "description": "For my Personal Portfolio website", + "repo": "https://github.com/rushilp1/rushilp1.github.io", + "owner": { + "username": "rushilp1", + "email": "rushil.p1@ahduni.edu.in" + }, + "record": { + "CNAME": "rushilp1.github.io" + } +}