From 0866f9ee374414b317f5ce2e7857150d2b7707bd Mon Sep 17 00:00:00 2001 From: Sebastian <125566061+bsnts@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:44:14 -0400 Subject: [PATCH] Add sebastian.is-a.dev Attempt #2. Hope this works! --- domains/sebastian.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/sebastian.json diff --git a/domains/sebastian.json b/domains/sebastian.json new file mode 100644 index 000000000..07dbb33cb --- /dev/null +++ b/domains/sebastian.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "bsnts", + "email": "wwpoqpua@anonaddy.me" + }, + { + "record": { + "CNAME": "bsnts.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com -all" + } + } +}