From caa2efe8ef634870daefa40714fc05162b0009e8 Mon Sep 17 00:00:00 2001 From: esteban389 Date: Wed, 11 Oct 2023 15:13:24 -0500 Subject: [PATCH 1/2] feat(domain): esteban.is-a.dev --- domains/esteban.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/esteban.json diff --git a/domains/esteban.json b/domains/esteban.json new file mode 100644 index 000000000..753be968f --- /dev/null +++ b/domains/esteban.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "esteban389", + "email": "estebandres@proton.me" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 95365a76405e776569ed21ad0c41493b40d9683d Mon Sep 17 00:00:00 2001 From: huevo <103962731+esteban389@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:20:39 -0500 Subject: [PATCH 2/2] Update esteban.json --- domains/esteban.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/esteban.json b/domains/esteban.json index 753be968f..cad902831 100644 --- a/domains/esteban.json +++ b/domains/esteban.json @@ -4,8 +4,6 @@ "email": "estebandres@proton.me" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "esteban389.github.io" } -} \ No newline at end of file +}