diff --git a/domains/gnof.json b/domains/gnof.json new file mode 100644 index 00000000000..6eef616a93f --- /dev/null +++ b/domains/gnof.json @@ -0,0 +1,17 @@ +{ + "description": "Email for gnof.", + "repo": "https://github.com/gnof-the-shark/Blog", + "owner": { + "username": "gnof-the-shark", + "email": "christophewhite14@gmail.com" + }, + "records": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] + } +} diff --git a/domains/w.gnof.json b/domains/w.gnof.json new file mode 100644 index 00000000000..530c0742e45 --- /dev/null +++ b/domains/w.gnof.json @@ -0,0 +1,11 @@ +{ + "description": "Website for gnof.", + "repo": "https://github.com/gnof-the-shark/Blog", + "owner": { + "username": "gnof-the-shark", + "email": "christophewhite14@gmail.com" + }, + "records": { + "CNAME": "gnof-the-shark.github.io" + } +}