Merge pull request #15586 from saxophone-guy/main

self hosting!
This commit is contained in:
orangc
2024-08-15 12:56:47 +03:00
committed by GitHub
2 changed files with 25 additions and 23 deletions
+10 -8
View File
@@ -1,10 +1,12 @@
{
"description": "subdomain for my blog",
"owner": {
"username": "saxophone-guy",
"email": "itsarchit@keemail.me"
},
"record": {
"CNAME": "my-blog-8il5.onrender.com"
}
"description": "subdomain for my blog",
"owner": {
"username": "saxophone-guy",
"email": "itsarchit@keemail.me"
},
"record": {
"A": [
"216.24.57.1"
]
}
}
+15 -15
View File
@@ -1,17 +1,17 @@
{
"description": "saxophones are the best instrument",
"owner": {
"username": "saxophone-guy",
"email": "itsarchit@keemail.me"
},
"record": {
"A": [
"27.5.57.213"
],
"MX": [
"mx1.forwardemail.net",
"mx2.forwardemail.net"
],
"TXT": "forward-email=itsarchit@keemail.me"
}
"description": "saxophones are the best instrument",
"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"
}
}