diff --git a/domains/blog.saxophone.json b/domains/blog.saxophone.json index 1906b0c00..a24c990a0 100644 --- a/domains/blog.saxophone.json +++ b/domains/blog.saxophone.json @@ -1,10 +1,12 @@ { - "description": "subdomain for my blog", - "owner": { - "username": "saxophone-guy", - "email": "itsarchit@keemail.me" - }, - "record": { - "CNAME": "my-blog-8il5.onrender.com" - } + "description": "subdomain for my blog", + "owner": { + "username": "saxophone-guy", + "email": "itsarchit@keemail.me" + }, + "record": { + "A": [ + "216.24.57.1" + ] + } } diff --git a/domains/saxophone.json b/domains/saxophone.json index d2aea61d8..27aed633f 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -1,17 +1,17 @@ { - "description": "saxophones are the best instrument", - "owner": { - "username": "saxophone-guy", - "email": "itsarchit@keemail.me" - }, - "record": { - "A": [ - "27.5.57.213" - ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": "forward-email=itsarchit@keemail.me" - } + "description": "saxophones are the best instrument", + "owner": { + "username": "saxophone-guy", + "email": "itsarchit@keemail.me" + }, + "record": { + "A": [ + "216.24.57.1" + ], + "MX": [ + "mx1.forwardemail.net", + "mx2.forwardemail.net" + ], + "TXT": "forward-email=itsarchit@keemail.me" + } }