From c76307e0ed7b6e4b7af420dfff228b74a5a02b9b Mon Sep 17 00:00:00 2001 From: mlemingcapoo Date: Mon, 20 Nov 2023 11:56:09 +0700 Subject: [PATCH 1/5] feat(domain): mlemingcapoo.is-a.dev --- domains/mlemingcapoo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mlemingcapoo.json diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json new file mode 100644 index 000000000..a7c6281bb --- /dev/null +++ b/domains/mlemingcapoo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "mlemingcapoo", + "email": "ducvu73@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 44fbaa98a5ead83e07122da705a09c7ba83ee597 Mon Sep 17 00:00:00 2001 From: Catty Date: Mon, 20 Nov 2023 12:35:34 +0700 Subject: [PATCH 2/5] Update mlemingcapoo.json redirect URL specified in JSON --- domains/mlemingcapoo.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json index a7c6281bb..b2bf18d2f 100644 --- a/domains/mlemingcapoo.json +++ b/domains/mlemingcapoo.json @@ -1,4 +1,6 @@ { + "description": "Creating my CV", + "repo": "https://github.com/mlemingcapoo/mlemingcapoo.github.io", "owner": { "username": "mlemingcapoo", "email": "ducvu73@gmail.com" @@ -8,5 +10,8 @@ "AAAA": ["2a00:da00:1800:83a4::1"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "mlemingcapoo.github.io" + "URL": "https://landinghost.mlemingcapoo.repl.co" + "TXT": "hello catty" } -} \ No newline at end of file +} From 2583bf301ffc01fe5bd5b58c0ab69c59deca058d Mon Sep 17 00:00:00 2001 From: Catty Date: Tue, 21 Nov 2023 00:38:55 +0700 Subject: [PATCH 3/5] Update mlemingcapoo.json remove URL --- domains/mlemingcapoo.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json index b2bf18d2f..16e2ded9f 100644 --- a/domains/mlemingcapoo.json +++ b/domains/mlemingcapoo.json @@ -11,7 +11,6 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" "CNAME": "mlemingcapoo.github.io" - "URL": "https://landinghost.mlemingcapoo.repl.co" "TXT": "hello catty" } } From c1c0c0427f48f0fc7d3bd7374ba96a8dc0ecd68c Mon Sep 17 00:00:00 2001 From: Catty Date: Tue, 21 Nov 2023 00:43:34 +0700 Subject: [PATCH 4/5] Update mlemingcapoo.json removed TXT --- domains/mlemingcapoo.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json index 16e2ded9f..0142d92e4 100644 --- a/domains/mlemingcapoo.json +++ b/domains/mlemingcapoo.json @@ -1,6 +1,4 @@ { - "description": "Creating my CV", - "repo": "https://github.com/mlemingcapoo/mlemingcapoo.github.io", "owner": { "username": "mlemingcapoo", "email": "ducvu73@gmail.com" @@ -11,6 +9,5 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" "CNAME": "mlemingcapoo.github.io" - "TXT": "hello catty" } } From 757b98c4ea327b8981f37889c9436a61f8b3574a Mon Sep 17 00:00:00 2001 From: Catty Date: Mon, 27 Nov 2023 16:36:30 +0700 Subject: [PATCH 5/5] Update mlemingcapoo.json removed CNAME --- domains/mlemingcapoo.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json index 0142d92e4..75ca03cbd 100644 --- a/domains/mlemingcapoo.json +++ b/domains/mlemingcapoo.json @@ -8,6 +8,5 @@ "AAAA": ["2a00:da00:1800:83a4::1"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - "CNAME": "mlemingcapoo.github.io" } }