diff --git a/domains/aswinmahesh.json b/domains/aswinmahesh.json index 634f210f7..de8424968 100644 --- a/domains/aswinmahesh.json +++ b/domains/aswinmahesh.json @@ -2,12 +2,19 @@ "description": "Aswin Mahesh Website", "repo": "https://github.com/aswinmahesh", "owner": { - "username": "aswinmahesh", - "email": "aswinmahesh.com+dns@gmail.com" + "username": "aswinmahesh", + "email": "aswinmahesh.com+dns@gmail.com" }, "record": { "A": [ "75.2.60.5" - ] + ], + + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + + "TXT": "v=spf1 include:spf.improvmx.com ~all" } -} +} \ No newline at end of file diff --git a/domains/aswinmaheshc.json b/domains/aswinmaheshc.json index 0a6dd39c0..bcd1f6452 100644 --- a/domains/aswinmaheshc.json +++ b/domains/aswinmaheshc.json @@ -1,13 +1,20 @@ { - "description": "Aswin Mahesh C Website", - "repo": "https://github.com/aswinmahesh", - "owner": { - "username": "aswinmahesh", - "email": "aswinmahesh.com+dns@gmail.com" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } - } \ No newline at end of file + "description": "Aswin Mahesh C Website", + "repo": "https://github.com/aswinmahesh", + "owner": { + "username": "aswinmahesh", + "email": "aswinmahesh.com+dns@gmail.com" + }, + "record": { + "A": [ + "75.2.60.5" + ], + + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} \ No newline at end of file diff --git a/domains/cam.json b/domains/cam.json new file mode 100644 index 000000000..22418c5ba --- /dev/null +++ b/domains/cam.json @@ -0,0 +1,20 @@ +{ + "description": "CAM Website", + "repo": "https://github.com/aswinmahesh", + "owner": { + "username": "aswinmahesh", + "email": "aswinmahesh.com+dns@gmail.com" + }, + "record": { + "A": [ + "75.2.60.5" + ], + + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} \ No newline at end of file diff --git a/domains/www.aswinmahesh.json b/domains/www.aswinmahesh.json new file mode 100644 index 000000000..7076da07a --- /dev/null +++ b/domains/www.aswinmahesh.json @@ -0,0 +1,13 @@ +{ + "description": "Aswin Mahesh Website", + "repo": "https://github.com/aswinmahesh", + "owner": { + "username": "aswinmahesh", + "email": "aswinmahesh.com+dns@gmail.com" + }, + "record": { + "A": [ + "75.2.60.5" + ] + } + } \ No newline at end of file diff --git a/domains/www.aswinmaheshc.json b/domains/www.aswinmaheshc.json new file mode 100644 index 000000000..0a6dd39c0 --- /dev/null +++ b/domains/www.aswinmaheshc.json @@ -0,0 +1,13 @@ +{ + "description": "Aswin Mahesh C Website", + "repo": "https://github.com/aswinmahesh", + "owner": { + "username": "aswinmahesh", + "email": "aswinmahesh.com+dns@gmail.com" + }, + "record": { + "A": [ + "75.2.60.5" + ] + } + } \ No newline at end of file