From 34d50e81f907b251cde1115749073cdbe310cee3 Mon Sep 17 00:00:00 2001 From: 1tsJeremiah Date: Sat, 11 Jan 2025 08:39:02 +0000 Subject: [PATCH 1/2] commit jer...json --- domains/jeremiah.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 domains/jeremiah.json diff --git a/domains/jeremiah.json b/domains/jeremiah.json new file mode 100644 index 000000000..d1549a12a --- /dev/null +++ b/domains/jeremiah.json @@ -0,0 +1,18 @@ +{ + "subdomain": "jeremiah", + "domain": "is-a.domain", + "type": "verification", + "status": "active", + "created_at": "2025-01-11T00:00:00Z", + "updated_at": "2025-01-11T00:00:00Z", + "records": [ + { + "record_type": "A", + "value": "174.138.190.59 " + }, + { + "record_type": "CNAME", + "value": "jeremiah.is-a.domain." + } + ] +} From e6c8dc5ccb18385dcdc7193d5a94c15eebbd1c6d Mon Sep 17 00:00:00 2001 From: 1tsJeremiah Date: Wed, 15 Jan 2025 12:16:43 -0600 Subject: [PATCH 2/2] Add jeremiah.json for subdomain request --- domains/jeremiah.json | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/domains/jeremiah.json b/domains/jeremiah.json index d1549a12a..93bab3499 100644 --- a/domains/jeremiah.json +++ b/domains/jeremiah.json @@ -1,18 +1,11 @@ { - "subdomain": "jeremiah", - "domain": "is-a.domain", - "type": "verification", - "status": "active", - "created_at": "2025-01-11T00:00:00Z", - "updated_at": "2025-01-11T00:00:00Z", - "records": [ - { - "record_type": "A", - "value": "174.138.190.59 " - }, - { - "record_type": "CNAME", - "value": "jeremiah.is-a.domain." - } - ] + "owner": { + "username": "1tsJeremiah", + "email": "jmatdesigns@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } } +