diff --git a/domains/blog.saxophone.json b/domains/blog.saxophone.json deleted file mode 100644 index a24c990a0..000000000 --- a/domains/blog.saxophone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "subdomain for my blog", - "owner": { - "username": "saxophone-guy", - "email": "itsarchit@keemail.me" - }, - "record": { - "A": [ - "216.24.57.1" - ] - } -} diff --git a/domains/me.saxophone.json b/domains/me.saxophone.json new file mode 100644 index 000000000..a8ba7c6a2 --- /dev/null +++ b/domains/me.saxophone.json @@ -0,0 +1,10 @@ +{ + "description": "my website's ipfs stuff. (basically web3 -> web2 connection). using dweb.link!!", + "owner": { + "username": "saxophone-guy", + "email": "itsarchit@keemail.me" + }, + "record": { + "CNAME": "k51qzi5uqu5dkufpe6tqnpkkgbd2ylzp27td5newwkx3nafsx87crm2zsy2f7o.ipns.dweb.link" + } +} diff --git a/domains/saxophone.json b/domains/saxophone.json index 27aed633f..68893205d 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -1,17 +1,15 @@ { - "description": "saxophones are the best instrument", + "description": "my website's ipfs stuff + email forwarding. (basically web3 -> web2 connection). using dweb.link!!", "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" + "TXT": "forward-email=itsarchit@keemail.me", + "URL": "https://me.saxophone.is-a.dev/" } }