diff --git a/domains/_dnslink.saxophone.json b/domains/_dnslink.saxophone.json new file mode 100644 index 000000000..b830fcab8 --- /dev/null +++ b/domains/_dnslink.saxophone.json @@ -0,0 +1,10 @@ +{ + "description": "my website's ipfs stuff. (basically web3 -> web2 connection)", + "owner": { + "username": "saxophone-guy", + "email": "itsarchit@keemail.me" + }, + "record": { + "TXT": "dnslink=/ipns/k51qzi5uqu5dk6ipnpcrhit2aii6c8q00d53lrswd0702q67c6dap9g1z8lewm" + } +} diff --git a/domains/saxophone.json b/domains/saxophone.json deleted file mode 100644 index e8ef89b77..000000000 --- a/domains/saxophone.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "description": "saxophones are the best instrument", - "owner": { - "username": "saxophone-guy", - "email": "itsarchit@keemail.me" - }, - "record": { - "A": [ - "104.18.24.34", - "104.18.25.34" - ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": "forward-email=itsarchit@keemail.me" - } -}