diff --git a/domains/batman.json b/domains/batman.json new file mode 100644 index 0000000..3a9482f --- /dev/null +++ b/domains/batman.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "shadowe1ite", + }, + "records": { + "CNAME": "shadowe1ite.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] + }, + "proxied": true +}