From d3490b4ceef727e849e02096763fb3abd8cc6930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=A8D?= Date: Sun, 2 Jul 2023 13:50:04 +0600 Subject: [PATCH] Added records for forward email support --- domains/imzihad21.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/domains/imzihad21.json b/domains/imzihad21.json index 2e9d85b38..88c6dac38 100644 --- a/domains/imzihad21.json +++ b/domains/imzihad21.json @@ -1,11 +1,13 @@ { - "owner": { - "username": "IMZihad21", - "email": "imzihad@gmail.com" - }, - "record": { - "CNAME": "ec2-52-77-224-107.ap-southeast-1.compute.amazonaws.com", - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "IMZihad21", + "email": "imzihad@gmail.com" + }, + "record": { + "A": [ + "52.77.224.107" + ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=imzihad@gmail.com" + } }