From 9bcd9db4d7063a89b0ac862ce869afdeec8e3818 Mon Sep 17 00:00:00 2001 From: dherediat97 Date: Mon, 9 Oct 2023 11:09:12 +0200 Subject: [PATCH 1/3] feat(domain): david_heredia.is-a.dev --- domains/david_heredia.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/david_heredia.json diff --git a/domains/david_heredia.json b/domains/david_heredia.json new file mode 100644 index 000000000..8519c1bc0 --- /dev/null +++ b/domains/david_heredia.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "dherediat97", + "email": "dherediat97@gmail.com" + }, + "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 50e471d3970206d3d38752e666e6984a6d37c77e Mon Sep 17 00:00:00 2001 From: dherediat Date: Mon, 9 Oct 2023 12:53:20 +0200 Subject: [PATCH 2/3] Update david_heredia.json --- domains/david_heredia.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/david_heredia.json b/domains/david_heredia.json index 8519c1bc0..470bd6929 100644 --- a/domains/david_heredia.json +++ b/domains/david_heredia.json @@ -1,11 +1,11 @@ { + "description": "Portofolio PWA", + "repo": "https://github.com/dherediat97/Portfolio", "owner": { "username": "dherediat97", "email": "dherediat97@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "URL": "https://dherediat97.github.io/Portfolio" } -} \ No newline at end of file +} From 1ddc0af96ba16700ee40d47059dfde5b4c2fee34 Mon Sep 17 00:00:00 2001 From: dherediat Date: Mon, 9 Oct 2023 13:15:18 +0200 Subject: [PATCH 3/3] Rename david_heredia.json to dherediat.json --- domains/{david_heredia.json => dherediat.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{david_heredia.json => dherediat.json} (100%) diff --git a/domains/david_heredia.json b/domains/dherediat.json similarity index 100% rename from domains/david_heredia.json rename to domains/dherediat.json