diff --git a/domains/minmit.json b/domains/minmit.json new file mode 100644 index 000000000..08a61a78b --- /dev/null +++ b/domains/minmit.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website", + "repo": "https://github.com/MinMitCoder", + "owner": { + "username": "MinMitCoder", + "email": "minmitgamer@gmail.com" + }, + "record": { + "CNAME": "minmit.pages.dev" + } +} \ No newline at end of file diff --git a/domains/minmitalso.json b/domains/minmitalso.json new file mode 100644 index 000000000..5cb5caec5 --- /dev/null +++ b/domains/minmitalso.json @@ -0,0 +1,16 @@ +{ + "description": "Mail For My Website", + "repo": "https://github.com/MinMitCoder", + "owner": { + "username": "MinMitCoder", + "email": "minmitgamer@gmail.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} \ No newline at end of file