From e6c8dc5ccb18385dcdc7193d5a94c15eebbd1c6d Mon Sep 17 00:00:00 2001 From: 1tsJeremiah Date: Wed, 15 Jan 2025 12:16:43 -0600 Subject: [PATCH] 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"] + } } +