Merge pull request #15579 from SlyBouhafs/patch-1

Create sly.json (Sly.is-a.dev)
This commit is contained in:
orangc
2024-08-15 12:49:20 +03:00
committed by GitHub
+16
View File
@@ -0,0 +1,16 @@
{
"description": "Domain name for my personal portfolio website",
"repo": "https://github.com/SlyBouhafs/slybouhafs.github.io",
"owner": {
"username": "SlyBouhafs",
"email": "khmedj+github@gmail.com"
},
"record": {
"A": ["164.92.183.234"],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}