diff --git a/domains/albuman.json b/domains/albuman.json index d4e163ff4..9b04706fb 100644 --- a/domains/albuman.json +++ b/domains/albuman.json @@ -4,6 +4,8 @@ "email": "oliver.young4@student.education.wa.edu.au" }, "record": { - "CNAME": "albuman.000.pe" + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": ["hosts.is-a.dev"] } } diff --git a/domains/terraegg.json b/domains/terraegg.json new file mode 100644 index 000000000..9b04706fb --- /dev/null +++ b/domains/terraegg.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "AlbumanO", + "email": "oliver.young4@student.education.wa.edu.au" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": ["hosts.is-a.dev"] + } +}