From 76686f2806defa3053d80bcf9cfc2351f04a7de3 Mon Sep 17 00:00:00 2001 From: ActivateClosur3 Date: Thu, 17 Aug 2023 11:04:49 +0400 Subject: [PATCH 1/2] feat(domain): activate.is-a.dev --- domains/activate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/activate.json diff --git a/domains/activate.json b/domains/activate.json new file mode 100644 index 000000000..83671cbcb --- /dev/null +++ b/domains/activate.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ActivateClosur3", + "email": "activateclosureyt@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 0890526c7f099254ca65b50552114a8c3c4db111 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 22 Aug 2023 20:44:39 +0800 Subject: [PATCH 2/2] Update activate.json --- domains/activate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/activate.json b/domains/activate.json index 83671cbcb..a88e7a643 100644 --- a/domains/activate.json +++ b/domains/activate.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } -} \ No newline at end of file +}