Skip to content

Commit

Permalink
Merge pull request #14430 from xzonix/main
Browse files Browse the repository at this point in the history
CNAME to A record
  • Loading branch information
VaibhavSys committed Jun 13, 2024
2 parents 1765fc9 + fc6aaa7 commit c8c06c3
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions domains/fran.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"owner": {
"username": "xzonix",
"email": "[email protected]",
"discord": "849400684097175623"
},

"record": {
"CNAME": "xzonix.github.io"
}
}

"owner": {
"username": "xzonix",
"email": "[email protected]"
},
"record": {
"A": [
"185.199.108.153",
"185.199.110.153",
"185.199.109.153",
"185.199.111.153"
],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}

0 comments on commit c8c06c3

Please sign in to comment.