From 4f03eca1dfb4c191b8ac2303740e587e8e671c9d Mon Sep 17 00:00:00 2001 From: dusiadudusia Date: Sun, 15 Oct 2023 09:53:07 +0500 Subject: [PATCH 1/9] feat(domain): gg.io.is-a.dev --- domains/gg.io.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gg.io.json diff --git a/domains/gg.io.json b/domains/gg.io.json new file mode 100644 index 000000000..b26e387f9 --- /dev/null +++ b/domains/gg.io.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dusiadudusia", + "email": "ds4667861@gmaiL.com" + }, + "record": { + "TXT": "hi" + } +} From 44959ab31df03368ac75e0ee702888c715b731d3 Mon Sep 17 00:00:00 2001 From: ryameeloveme <115863200+dusiadudusia@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:46:17 +0500 Subject: [PATCH 2/9] Update gg.io.json --- domains/gg.io.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gg.io.json b/domains/gg.io.json index b26e387f9..d0f7c4479 100644 --- a/domains/gg.io.json +++ b/domains/gg.io.json @@ -4,6 +4,6 @@ "email": "ds4667861@gmaiL.com" }, "record": { - "TXT": "hi" + "URL": "https://sites.google.com/view/ryameeloveme" } } From 185838e567d9f14e9ac7205e779689f53524aa91 Mon Sep 17 00:00:00 2001 From: ryameeloveme <115863200+dusiadudusia@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:32:31 +0500 Subject: [PATCH 3/9] Update site From 687a382bbd6aa4e22b29752635b7833a0a628e34 Mon Sep 17 00:00:00 2001 From: ryameeloveme <115863200+dusiadudusia@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:34:05 +0500 Subject: [PATCH 4/9] Update gg.io.json --- domains/gg.io.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gg.io.json b/domains/gg.io.json index d0f7c4479..5c3b901c0 100644 --- a/domains/gg.io.json +++ b/domains/gg.io.json @@ -4,6 +4,6 @@ "email": "ds4667861@gmaiL.com" }, "record": { - "URL": "https://sites.google.com/view/ryameeloveme" + "Hosting By Is-a.dev" } } From b308b648fed678b2e0a6f70bd51a618da41c7f1e Mon Sep 17 00:00:00 2001 From: ryameeloveme <115863200+dusiadudusia@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:40:13 +0500 Subject: [PATCH 5/9] Update gg.io.json --- domains/gg.io.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gg.io.json b/domains/gg.io.json index 5c3b901c0..93d95079e 100644 --- a/domains/gg.io.json +++ b/domains/gg.io.json @@ -4,6 +4,6 @@ "email": "ds4667861@gmaiL.com" }, "record": { - "Hosting By Is-a.dev" + "Hosting By Is-a.dev": "gg.io.is-a.dev" } } From 40fad5b73cb544497e98ba02168d881a8e2da962 Mon Sep 17 00:00:00 2001 From: ryameeloveme <115863200+dusiadudusia@users.noreply.github.com> Date: Sat, 28 Oct 2023 17:11:31 +0500 Subject: [PATCH 6/9] Delete ryameeloveme.is-a.dev --- domains/ryameeloveme.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/ryameeloveme.json diff --git a/domains/ryameeloveme.json b/domains/ryameeloveme.json deleted file mode 100644 index 6393d6e75..000000000 --- a/domains/ryameeloveme.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dusiadudusia", - "email": "ds4667861@gmaiL.com" - }, - "record": { - "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 726e73ad416eb4bab23cb34ef64d400421e6d32c Mon Sep 17 00:00:00 2001 From: dusiadudusia Date: Wed, 29 Nov 2023 22:09:53 +0500 Subject: [PATCH 7/9] feat(domain): ggio.is-a.dev --- domains/ggio.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ggio.json diff --git a/domains/ggio.json b/domains/ggio.json new file mode 100644 index 000000000..a8d2f8970 --- /dev/null +++ b/domains/ggio.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "dusiadudusia", + "email": "ds4667861@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 079c4c99c28d99e964586570d567608ad6a66c76 Mon Sep 17 00:00:00 2001 From: ryameeloveme <115863200+dusiadudusia@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:06:59 +0500 Subject: [PATCH 8/9] Update gg.io.json --- domains/gg.io.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/gg.io.json b/domains/gg.io.json index 93d95079e..a8d2f8970 100644 --- a/domains/gg.io.json +++ b/domains/gg.io.json @@ -4,6 +4,9 @@ "email": "ds4667861@gmaiL.com" }, "record": { - "Hosting By Is-a.dev": "gg.io.is-a.dev" + "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 aac784b5bc341c6d3d5222b2cf55d83bc0fb5421 Mon Sep 17 00:00:00 2001 From: ryameeloveme <115863200+dusiadudusia@users.noreply.github.com> Date: Thu, 30 Nov 2023 22:22:50 +0500 Subject: [PATCH 9/9] Pls delete gg.io.json --- domains/gg.io.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gg.io.json b/domains/gg.io.json index a8d2f8970..25077aa82 100644 --- a/domains/gg.io.json +++ b/domains/gg.io.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 +}