From dc00394586ce9dd71f154eb208a28a413e5c1937 Mon Sep 17 00:00:00 2001 From: 2131guhfgjh Date: Fri, 5 Jan 2024 23:41:28 -0800 Subject: [PATCH 1/3] feat(domain): landyn.is-a.dev --- domains/landyn.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/landyn.json diff --git a/domains/landyn.json b/domains/landyn.json new file mode 100644 index 000000000..2650ecc81 --- /dev/null +++ b/domains/landyn.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "2131guhfgjh", + "email": "themoserhousehold@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 07938e530b0faa2243435bb254afa324461f8bd3 Mon Sep 17 00:00:00 2001 From: 2131guhfgjh Date: Fri, 5 Jan 2024 23:44:11 -0800 Subject: [PATCH 2/3] feat(domain): .is-a.dev --- domains/ .json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/ .json diff --git a/domains/ .json b/domains/ .json new file mode 100644 index 000000000..2650ecc81 --- /dev/null +++ b/domains/ .json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "2131guhfgjh", + "email": "themoserhousehold@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 6fc16abfc11d914b5b97d08ecf857106896557f9 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sat, 6 Jan 2024 22:57:10 -0500 Subject: [PATCH 3/3] Delete domains/ .json --- domains/ .json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 domains/ .json diff --git a/domains/ .json b/domains/ .json deleted file mode 100644 index 2650ecc81..000000000 --- a/domains/ .json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "2131guhfgjh", - "email": "themoserhousehold@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249", - "51.161.54.161" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file