From 95b422a480a6d27eabc6a63c7e5b27db5b213fcd Mon Sep 17 00:00:00 2001 From: 5enox Date: Wed, 18 Oct 2023 14:43:22 -0700 Subject: [PATCH 1/3] feat(domain): abdo.is-a.dev --- domains/abdo.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/abdo.json b/domains/abdo.json index 32fea9454..9a460c08a 100644 --- a/domains/abdo.json +++ b/domains/abdo.json @@ -4,6 +4,8 @@ "email": "animikantan@gmail.com" }, "record": { - "CNAME": "my-proto.onrender.com" + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file From 00d0771bceaabd04909dfa44d92bc21783c63436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdo=C4=9Fan=20=C5=9Ead?= <60552846+erdogansad@users.noreply.github.com> Date: Thu, 19 Oct 2023 02:13:35 +0300 Subject: [PATCH 2/3] Update erdogan.json --- domains/erdogan.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/erdogan.json b/domains/erdogan.json index a24740aeb..ae749661b 100644 --- a/domains/erdogan.json +++ b/domains/erdogan.json @@ -4,8 +4,6 @@ "email": "erdogan.sad@windowslive.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "erdogansad.github.io" } -} \ No newline at end of file +} From 3571adf33219a1f72ba91fcd85149637f76126ac Mon Sep 17 00:00:00 2001 From: real-kwellercat Date: Wed, 18 Oct 2023 18:17:16 -0500 Subject: [PATCH 3/3] feat(domain): bobert.is-a.dev --- domains/bobert.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bobert.json diff --git a/domains/bobert.json b/domains/bobert.json new file mode 100644 index 000000000..276ac82e7 --- /dev/null +++ b/domains/bobert.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "real-kwellercat", + "email": "lucas.rausch.732@k12.friscoisd.org" + }, + "record": { + "CNAME": "issuelucas.pages.dev" + } +}