diff --git a/domains/reef.json b/domains/reef.json new file mode 100644 index 000000000..e14593559 --- /dev/null +++ b/domains/reef.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ReefSalty", + "email": "reefsalter@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file diff --git a/domains/reefsalty.json b/domains/reefsalty.json index 59fb384d1..cb967f686 100644 --- a/domains/reefsalty.json +++ b/domains/reefsalty.json @@ -1,12 +1,12 @@ { - "description": "ReefSalty", - "repo": "https://github.com/github-username/ReefSalty.github.io", - "owner": { - "username": "ReefSalty", - "email": "reefsalter@hotmail.com", - "twitter": "ReefSalty" - }, - "record": { - "CNAME": "reefsalty.github.io" - } + "description": "ReefSalty", + "repo": "https://github.com/github-username/reefsalty.github.io", + "owner": { + "username": "ReefSalty", + "email": "hi@reefsalty.co.uk", + "twitter": "ReefSalty" + }, + "record": { + "CNAME": "ReefSalty.github.io" + } }