From 15c198dcd514d24534dab7a11cd6663345656c05 Mon Sep 17 00:00:00 2001 From: Archit Kumar <97726243+saxophone-guy@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:49:58 +0530 Subject: [PATCH 01/10] Update saxophone.json --- domains/saxophone.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/saxophone.json b/domains/saxophone.json index 27aed633f..e8ef89b77 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -6,7 +6,8 @@ }, "record": { "A": [ - "216.24.57.1" + "104.18.24.34", + "104.18.25.34" ], "MX": [ "mx1.forwardemail.net", From 6f8e480f01ec23e9852db2b571e48c898a2fefd8 Mon Sep 17 00:00:00 2001 From: Archit Kumar <97726243+saxophone-guy@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:50:24 +0530 Subject: [PATCH 02/10] Delete domains/blog.saxophone.json --- domains/blog.saxophone.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/blog.saxophone.json 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" - ] - } -} From 24194691f97a0d2c8ecdd437aaaa86be118454e0 Mon Sep 17 00:00:00 2001 From: Archit Kumar <97726243+saxophone-guy@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:54:37 +0530 Subject: [PATCH 03/10] Update and rename saxophone.json to _dnslink.saxophone.json --- domains/_dnslink.saxophone.json | 10 ++++++++++ domains/saxophone.json | 18 ------------------ 2 files changed, 10 insertions(+), 18 deletions(-) create mode 100644 domains/_dnslink.saxophone.json delete mode 100644 domains/saxophone.json 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" - } -} 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 04/10] 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" + } +} From 3b4f4f8acec356b69ef909043d57fceca1fe7898 Mon Sep 17 00:00:00 2001 From: Archit Kumar <97726243+saxophone-guy@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:43:15 +0530 Subject: [PATCH 05/10] Update and rename saxophone to saxophone.json --- domains/{saxophone => saxophone.json} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename domains/{saxophone => saxophone.json} (76%) diff --git a/domains/saxophone b/domains/saxophone.json similarity index 76% rename from domains/saxophone rename to domains/saxophone.json index 2085cbf6e..b27c59593 100644 --- a/domains/saxophone +++ b/domains/saxophone.json @@ -1,13 +1,12 @@ { - "description": "my website's ipfs stuff. (basically web3 -> web2 connection)", + "description": "my website's ipfs stuff. (basically web3 -> web2 connection). i used an nginx proxy hosted on render in order to proxy my website!", "owner": { "username": "saxophone-guy", "email": "itsarchit@keemail.me" }, "record": { "A": [ - "104.18.24.34", - "104.18.25.34" + "216.24.57.1" ], "MX": [ "mx1.forwardemail.net", From 0e036d2c9e4be8bc378d3820e5cc68710ca9ac47 Mon Sep 17 00:00:00 2001 From: Archit Kumar <97726243+saxophone-guy@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:46:30 +0530 Subject: [PATCH 06/10] Delete domains/_dnslink.saxophone.json --- domains/_dnslink.saxophone.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/_dnslink.saxophone.json diff --git a/domains/_dnslink.saxophone.json b/domains/_dnslink.saxophone.json deleted file mode 100644 index b830fcab8..000000000 --- a/domains/_dnslink.saxophone.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "my website's ipfs stuff. (basically web3 -> web2 connection)", - "owner": { - "username": "saxophone-guy", - "email": "itsarchit@keemail.me" - }, - "record": { - "TXT": "dnslink=/ipns/k51qzi5uqu5dk6ipnpcrhit2aii6c8q00d53lrswd0702q67c6dap9g1z8lewm" - } -} From 18316d8a0fa9dc8ec3458810c3dbca6c675c3a77 Mon Sep 17 00:00:00 2001 From: Archit Kumar <97726243+saxophone-guy@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:50:16 +0530 Subject: [PATCH 07/10] Update saxophone.json --- domains/saxophone.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/domains/saxophone.json b/domains/saxophone.json index b27c59593..a8a3b8529 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -1,17 +1,15 @@ { - "description": "my website's ipfs stuff. (basically web3 -> web2 connection). i used an nginx proxy hosted on render in order to proxy my website!", + "description": "my website's ipfs stuff. (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": "me.saxophone.is-a.dev" } } From d4d34290aa9ec5e1bca5808e0e3eadef344a4869 Mon Sep 17 00:00:00 2001 From: Archit Kumar <97726243+saxophone-guy@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:50:52 +0530 Subject: [PATCH 08/10] Create me.saxophone.json --- domains/me.saxophone.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/me.saxophone.json 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" + } +} From 4ca8bade21f6f81b7b4e473c247aaace34866936 Mon Sep 17 00:00:00 2001 From: Archit Kumar <97726243+saxophone-guy@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:20:02 +0530 Subject: [PATCH 09/10] Update saxophone.json --- domains/saxophone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saxophone.json b/domains/saxophone.json index a8a3b8529..abad8b0fe 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -10,6 +10,6 @@ "mx2.forwardemail.net" ], "TXT": "forward-email=itsarchit@keemail.me", - "URL": "me.saxophone.is-a.dev" + "URL": "https://me.saxophone.is-a.dev/" } } From d75213185e3d91f72195816bf4812ce0e336b0b9 Mon Sep 17 00:00:00 2001 From: Archit Kumar <97726243+saxophone-guy@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:20:41 +0530 Subject: [PATCH 10/10] Update saxophone.json --- domains/saxophone.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saxophone.json b/domains/saxophone.json index abad8b0fe..68893205d 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -1,5 +1,5 @@ { - "description": "my website's ipfs stuff. (basically web3 -> web2 connection). using dweb.link!!", + "description": "my website's ipfs stuff + email forwarding. (basically web3 -> web2 connection). using dweb.link!!", "owner": { "username": "saxophone-guy", "email": "itsarchit@keemail.me"