From f76f42ccb65dd0f531e149ee1f1d7cbb9aa5a5e4 Mon Sep 17 00:00:00 2001 From: PasinduUpendra Date: Sun, 29 Oct 2023 13:30:51 +0530 Subject: [PATCH 1/2] feat(domain): pasindu.is-a.dev --- domains/pasindu.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/pasindu.json b/domains/pasindu.json index 1affe2bf2..cdd6f90eb 100644 --- a/domains/pasindu.json +++ b/domains/pasindu.json @@ -4,6 +4,8 @@ "email": "pasinduupendra@gmail.com" }, "record": { - "URL": "https://github.com/pasinduupendra" + "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 51c4460c0a8357e3e9762a7a56a54cdce542cf28 Mon Sep 17 00:00:00 2001 From: Pasindu Upendra Date: Sun, 29 Oct 2023 16:08:36 +0530 Subject: [PATCH 2/2] Added email forwarding and updated records --- domains/pasindu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/pasindu.json b/domains/pasindu.json index cdd6f90eb..2ffd286d5 100644 --- a/domains/pasindu.json +++ b/domains/pasindu.json @@ -1,11 +1,11 @@ { "owner": { "username": "PasinduUpendra", - "email": "pasinduupendra@gmail.com" + "email": "pasindu@toadcreatives.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://github.com/pasinduupendra", + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=pasindu@toadcreatives.com" } } \ No newline at end of file