From 647b07d7239ba4f8741448628c2446f06ac6747c Mon Sep 17 00:00:00 2001 From: 37cut <148013972+37cut@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:23:41 +0800 Subject: [PATCH 1/6] Delete domains/cutt37.json --- domains/cutt37.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/cutt37.json diff --git a/domains/cutt37.json b/domains/cutt37.json deleted file mode 100644 index 78c0ab590..000000000 --- a/domains/cutt37.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Website", - "repo": "https://github.com/37cut/37cut.github.io", - "owner": { - "username": "37cut", - "email": "cutt37@outlook.com" - }, - "record": { - "CNAME": "37cut.github.io" - } -} From 84531201d81567e5c1502d7de7ffe262989286c3 Mon Sep 17 00:00:00 2001 From: 37cut <148013972+37cut@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:27:58 +0800 Subject: [PATCH 2/6] Create 37cut.json --- domains/37cut.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/37cut.json diff --git a/domains/37cut.json b/domains/37cut.json new file mode 100644 index 000000000..cc70121ba --- /dev/null +++ b/domains/37cut.json @@ -0,0 +1,9 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/37cut/37cut.github.io", + "owner": { + "username": "37cut", + "email": "cutt37@outlook.com" + }, + "record": { "CNAME": "37cut.github.io" } +} From 7c99c003c7137b275f4e3740086e5e5bcc403b3b Mon Sep 17 00:00:00 2001 From: 37cut <148013972+37cut@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:28:30 +0800 Subject: [PATCH 3/6] Update 37cut.json --- domains/37cut.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/37cut.json b/domains/37cut.json index cc70121ba..34354ee0f 100644 --- a/domains/37cut.json +++ b/domains/37cut.json @@ -5,5 +5,7 @@ "username": "37cut", "email": "cutt37@outlook.com" }, - "record": { "CNAME": "37cut.github.io" } + "record": { + "CNAME": "37cut.github.io" + } } From 13ae23d9af4f3856116b4ae0bca9ae8ece7371f0 Mon Sep 17 00:00:00 2001 From: 37cut Date: Sat, 21 Oct 2023 18:14:36 +0800 Subject: [PATCH 4/6] feat(domain): cutt37.is-a.dev --- domains/cutt37.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cutt37.json diff --git a/domains/cutt37.json b/domains/cutt37.json new file mode 100644 index 000000000..6322f86ee --- /dev/null +++ b/domains/cutt37.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "37cut", + "email": "cutt37@outlook.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 3e1d40414cacc79072f8943b18e1b1856fdae3f0 Mon Sep 17 00:00:00 2001 From: 37cut Date: Sat, 21 Oct 2023 18:14:44 +0800 Subject: [PATCH 5/6] feat(domain): cutt37.is-a.dev From 17878b82c39ea5b9e5ed46566fdbb9b280ed7032 Mon Sep 17 00:00:00 2001 From: 37cut <148013972+37cut@users.noreply.github.com> Date: Sun, 22 Oct 2023 14:40:28 +0800 Subject: [PATCH 6/6] Update cutt37.json --- domains/cutt37.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/cutt37.json b/domains/cutt37.json index 6322f86ee..438c6a97d 100644 --- a/domains/cutt37.json +++ b/domains/cutt37.json @@ -4,8 +4,6 @@ "email": "cutt37@outlook.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "37cut.github.io" } -} \ No newline at end of file +}