diff --git a/domains/saxophone b/domains/saxophone new file mode 100644 index 000000000..2085cbf6e --- /dev/null +++ b/domains/saxophone @@ -0,0 +1,18 @@ +{ + "description": "my website's ipfs stuff. (basically web3 -> web2 connection)", + "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" + } +}