From f43f17cc9049b3ab67fc92ccb804207a1e88f7fe Mon Sep 17 00:00:00 2001 From: DeXoHigh Date: Fri, 4 Aug 2023 20:28:38 +0300 Subject: [PATCH 1/4] feat(domain): dexo.is-a.dev --- domains/dexo.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/dexo.json b/domains/dexo.json index 8274fd193..c5a98d11c 100644 --- a/domains/dexo.json +++ b/domains/dexo.json @@ -1,12 +1,9 @@ { - "description": "Ce cauti ma aici?", "owner": { "username": "DeXoHigh", - "email": "dexocash@gmail.com" + "email": "dexo1337@pm.me" }, "record": { - "A": ["185.141.25.116"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "uptime.dexo.store" } } From 6ef9282b22dea372d2ffe31a188473e4b3ead287 Mon Sep 17 00:00:00 2001 From: DeXoHigh Date: Fri, 4 Aug 2023 20:34:51 +0300 Subject: [PATCH 2/4] feat(domain): host.dexo.is-a.dev --- domains/host.dexo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/host.dexo.json diff --git a/domains/host.dexo.json b/domains/host.dexo.json new file mode 100644 index 000000000..ba35b3c3c --- /dev/null +++ b/domains/host.dexo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DeXoHigh", + "email": "dexo1337@pm.me" + }, + "record": { + "A": ["54.93.225.90"] + } +} From 6a2011b9fe97ec5cb573c31c16cf30bcf51cee9a Mon Sep 17 00:00:00 2001 From: DeXoHigh Date: Fri, 4 Aug 2023 20:40:00 +0300 Subject: [PATCH 3/4] feat(domain): dexo.is-a.dev --- domains/dexo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dexo.json b/domains/dexo.json index c5a98d11c..ec088c938 100644 --- a/domains/dexo.json +++ b/domains/dexo.json @@ -4,6 +4,6 @@ "email": "dexo1337@pm.me" }, "record": { - "CNAME": "uptime.dexo.store" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 6192b156b00be9ec4da57a020fb7f513c57bb46e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 09:39:47 +0800 Subject: [PATCH 4/4] Update dexo.json --- domains/dexo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/dexo.json b/domains/dexo.json index ec088c938..15ff08cfb 100644 --- a/domains/dexo.json +++ b/domains/dexo.json @@ -4,6 +4,7 @@ "email": "dexo1337@pm.me" }, "record": { - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } }