From d61e7acfad311715b528196be3b112a40df0ac55 Mon Sep 17 00:00:00 2001 From: Aditya Yadav <90105839+icancodebeauty@users.noreply.github.com> Date: Tue, 8 Mar 2022 20:41:18 +0530 Subject: [PATCH 1/4] Create links.aditya.json A Subdomain For My Links Redirection!! --- domains/links.aditya.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 domains/links.aditya.json diff --git a/domains/links.aditya.json b/domains/links.aditya.json new file mode 100644 index 000000000..c13a8d191 --- /dev/null +++ b/domains/links.aditya.json @@ -0,0 +1,17 @@ +{ + "description": "A Subdomain For My Links Redirection!!", + "repo": "https://github.com/icancodebeauty/links", + "owner": { + "username": "icancodebeauty", + "email": "ishqaddy@gmail.com", + "twitter": "CodeWithAadi" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} From a600b68a709505d633374f9bbea055c80a3cad47 Mon Sep 17 00:00:00 2001 From: Aditya Yadav <90105839+icancodebeauty@users.noreply.github.com> Date: Tue, 8 Mar 2022 20:42:44 +0530 Subject: [PATCH 2/4] Create blog.aditya.json A Subdomain For My Blogs!! --- domains/blog.aditya.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 domains/blog.aditya.json diff --git a/domains/blog.aditya.json b/domains/blog.aditya.json new file mode 100644 index 000000000..acb11d762 --- /dev/null +++ b/domains/blog.aditya.json @@ -0,0 +1,17 @@ +{ + "description": "A Subdomain For My Blogs!!", + "repo": "https://github.com/icancodebeauty/links", + "owner": { + "username": "icancodebeauty", + "email": "ishqaddy@gmail.com", + "twitter": "CodeWithAadi" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} From f400a7d22294c9c0adc628fd0b367dd843be6594 Mon Sep 17 00:00:00 2001 From: Aditya Yadav <90105839+icancodebeauty@users.noreply.github.com> Date: Tue, 8 Mar 2022 20:43:25 +0530 Subject: [PATCH 3/4] Update blog.aditya.json --- domains/blog.aditya.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/blog.aditya.json b/domains/blog.aditya.json index acb11d762..571526b5f 100644 --- a/domains/blog.aditya.json +++ b/domains/blog.aditya.json @@ -1,6 +1,6 @@ { "description": "A Subdomain For My Blogs!!", - "repo": "https://github.com/icancodebeauty/links", + "repo": "https://github.com/icancodebeauty/blog", "owner": { "username": "icancodebeauty", "email": "ishqaddy@gmail.com", From 478268ba3c2d5699be73af18828decc0dc4241ff Mon Sep 17 00:00:00 2001 From: Aditya Yadav <90105839+icancodebeauty@users.noreply.github.com> Date: Tue, 8 Mar 2022 20:46:20 +0530 Subject: [PATCH 4/4] Create mail.aditya.json --- domains/mail.aditya.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 domains/mail.aditya.json diff --git a/domains/mail.aditya.json b/domains/mail.aditya.json new file mode 100644 index 000000000..a367c686c --- /dev/null +++ b/domains/mail.aditya.json @@ -0,0 +1,22 @@ +{ + "description": "A Subdomain For Mails!!", + "repo": "https://github.com/icancodebeauty/mail", + "owner": { + "username": "icancodebeauty", + "email": "ishqaddy@gmail.com", + "twitter": "CodeWithAadi" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}