From d5141fe3b7980c2cea1becaec20d8e826574ee1a Mon Sep 17 00:00:00 2001 From: WebMarshalls Date: Wed, 22 Nov 2023 18:41:46 +0300 Subject: [PATCH 1/2] feat(domain): webmarshalls .is-a.dev --- domains/webmarshalls .json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/webmarshalls .json diff --git a/domains/webmarshalls .json b/domains/webmarshalls .json new file mode 100644 index 000000000..ad033700d --- /dev/null +++ b/domains/webmarshalls .json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "WebMarshalls", + "email": "ndirangusteven131@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 80039203dc35a4f6e640f8c2ee9e4375a9aef652 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:37:42 -0500 Subject: [PATCH 2/2] Rename webmarshalls .json to webmarshalls.json --- domains/{webmarshalls .json => webmarshalls.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{webmarshalls .json => webmarshalls.json} (99%) diff --git a/domains/webmarshalls .json b/domains/webmarshalls.json similarity index 99% rename from domains/webmarshalls .json rename to domains/webmarshalls.json index ad033700d..6fc4bf84b 100644 --- a/domains/webmarshalls .json +++ b/domains/webmarshalls.json @@ -9,4 +9,4 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +}