diff --git a/domains/blog.aditya.json b/domains/blog.aditya.json new file mode 100644 index 000000000..571526b5f --- /dev/null +++ b/domains/blog.aditya.json @@ -0,0 +1,17 @@ +{ + "description": "A Subdomain For My Blogs!!", + "repo": "https://github.com/icancodebeauty/blog", + "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" + ] + } +} 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" + ] + } +} 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" + } +}