From 1ab63489c09e3ab931207f6e10cf3c37e806926c Mon Sep 17 00:00:00 2001 From: o-lumix Date: Tue, 12 Dec 2023 18:18:29 +0100 Subject: [PATCH 1/3] feat(domain): lumix.is-a.dev --- domains/lumix.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lumix.json diff --git a/domains/lumix.json b/domains/lumix.json new file mode 100644 index 000000000..d9b480874 --- /dev/null +++ b/domains/lumix.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "o-lumix", + "email": "lumixofficiel@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 9f71efb6cdf169fbd549ac721f8f34cbb903a918 Mon Sep 17 00:00:00 2001 From: Lumix <151382262+o-lumix@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:52:01 +0100 Subject: [PATCH 2/3] feat(domain): add `ziyad.is-a.dev` --- domains/ziyad.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ziyad.json diff --git a/domains/ziyad.json b/domains/ziyad.json new file mode 100644 index 000000000..c4c90a9c4 --- /dev/null +++ b/domains/ziyad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "o-lumix", + "email": "lumixofficiel@gmail.com" + }, + + "record": { + "CNAME": "https://o-lumix.github.io/" + } +} From c036c051a00db7a944bc658635b08070522a5a77 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 16 Dec 2023 08:50:43 +0800 Subject: [PATCH 3/3] Update ziyad.json --- domains/ziyad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ziyad.json b/domains/ziyad.json index c4c90a9c4..ffa2413b8 100644 --- a/domains/ziyad.json +++ b/domains/ziyad.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "https://o-lumix.github.io/" + "CNAME": "o-lumix.github.io" } }