diff --git a/domains/sly.json b/domains/sly.json new file mode 100644 index 000000000..038909964 --- /dev/null +++ b/domains/sly.json @@ -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" + } +}