Merge pull request #15409 from allancoding/main

update my domains
This commit is contained in:
orangc
2024-08-07 12:24:50 -04:00
committed by GitHub
3 changed files with 30 additions and 2 deletions
+10 -1
View File
@@ -1,4 +1,6 @@
{
"description": "My main website",
"repo": "https://github.com/allancoding/allancoding.is-a.dev",
"owner": {
"username": "allancoding",
"email": "allancoding.dev@gmail.com",
@@ -6,6 +8,13 @@
"discord": "allancoding"
},
"record": {
"CNAME": "allancoding.github.io"
"A": [
"75.2.60.5"
],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com include:_spf.google.com ~all"
}
}
+15
View File
@@ -0,0 +1,15 @@
{
"description": "My app website for diffrent services",
"owner": {
"username": "allancoding",
"email": "allancoding.dev@gmail.com",
"twitter": "allancoding",
"discord": "allancoding"
},
"record": {
"A": [
"206.188.218.143"
]
}
}
+5 -1
View File
@@ -1,4 +1,6 @@
{
"description": "My files website",
"repo": "https://github.com/allancoding/files.allancoding.is-a.dev",
"owner": {
"username": "allancoding",
"email": "allancoding.dev@gmail.com",
@@ -6,6 +8,8 @@
"discord": "allancoding"
},
"record": {
"CNAME": "allancoding.github.io"
"A": [
"75.2.60.5"
]
}
}