From 2c19fb84df2fb89bfd1764c9545e862c8fff44e1 Mon Sep 17 00:00:00 2001 From: Abdo <100898720+xAbdoAT@users.noreply.github.com> Date: Sat, 30 Dec 2023 04:16:06 +0200 Subject: [PATCH 1/4] Register xAbdoAT.is-a.dev --- domains/xabdoat.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/xabdoat.json diff --git a/domains/xabdoat.json b/domains/xabdoat.json new file mode 100644 index 000000000..5126f3bfb --- /dev/null +++ b/domains/xabdoat.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xAbdoAT", + "email": "ABDO199877@gmail.com", + "discord": "943662778433032242" + }, + + "record": { + "CNAME": "https://xabdoat.github.io/" + } + } + \ No newline at end of file From 622fef247637ebe7888629d055d164de72192314 Mon Sep 17 00:00:00 2001 From: hackermon Date: Fri, 29 Dec 2023 21:53:26 -0500 Subject: [PATCH 2/4] fix cname --- domains/xabdoat.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/xabdoat.json b/domains/xabdoat.json index 5126f3bfb..6f37ab9c2 100644 --- a/domains/xabdoat.json +++ b/domains/xabdoat.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "https://xabdoat.github.io/" + "CNAME": "xabdoat.github.io" } } - \ No newline at end of file + From d3d36e3d56c09bb7fb9c6d849adce8faac036c01 Mon Sep 17 00:00:00 2001 From: xAbdoAT Date: Sat, 30 Dec 2023 12:15:44 +0200 Subject: [PATCH 3/4] feat(domain): abdo.is-a.dev --- domains/abdo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/abdo.json diff --git a/domains/abdo.json b/domains/abdo.json new file mode 100644 index 000000000..3e607e8d6 --- /dev/null +++ b/domains/abdo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xAbdoAT", + "email": "ABDO199877@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 5cfc4b5e9269f938a879a0e505d1a9acca1ef481 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 9 Jan 2024 08:24:51 +0800 Subject: [PATCH 4/4] Update abdo.json --- domains/abdo.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/abdo.json b/domains/abdo.json index 3e607e8d6..6adc0831c 100644 --- a/domains/abdo.json +++ b/domains/abdo.json @@ -4,9 +4,8 @@ "email": "ABDO199877@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], + "A": ["217.174.245.249", "51.161.54.161"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +}