From 3dafbd09d7605f139ace495875004e173155b9c7 Mon Sep 17 00:00:00 2001 From: Archit Kumar <97726243+saxophone-guy@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:55:11 +0530 Subject: [PATCH] Create saxophone --- domains/saxophone | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 domains/saxophone 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" + } +}