From be1dd67e96992158ff4933c8efdf4ddf7dcfbd53 Mon Sep 17 00:00:00 2001 From: ThaiHung4 <137022040+ThaiHung4@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:52:27 +0700 Subject: [PATCH] Create hth.json --- domains/hth.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 domains/hth.json diff --git a/domains/hth.json b/domains/hth.json new file mode 100644 index 000000000..c49d57f92 --- /dev/null +++ b/domains/hth.json @@ -0,0 +1,19 @@ +{ + "owner": { + "username": "ThaiHung4", + "email": "contact.hungg@gmail.com", + }, + + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}