Merge pull request #16495 from saxophone-guy/main

Update saxophone.json
This commit is contained in:
CuteDog5695
2024-10-09 19:42:02 +03:00
committed by GitHub
3 changed files with 13 additions and 17 deletions
-12
View File
@@ -1,12 +0,0 @@
{
"description": "subdomain for my blog",
"owner": {
"username": "saxophone-guy",
"email": "itsarchit@keemail.me"
},
"record": {
"A": [
"216.24.57.1"
]
}
}
+10
View File
@@ -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"
}
}
+3 -5
View File
@@ -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/"
}
}