From 76448f474a11cb1a2d1e4930aa1966ee22bac6e6 Mon Sep 17 00:00:00 2001 From: sohokay Date: Mon, 24 Oct 2022 19:57:57 +0800 Subject: [PATCH 1/3] feat: Added domain programatically --- domains/fengkch.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/fengkch.json diff --git a/domains/fengkch.json b/domains/fengkch.json new file mode 100644 index 000000000..89c4cbb40 --- /dev/null +++ b/domains/fengkch.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "sohokay", + "email": "kaichangfeng@gmail.com" + }, + + "record": { + "A": ["https://github.com/sohokay"] + } + } + \ No newline at end of file From f892e2f71b6bd8dff46c06a80530aa057d031025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E5=87=AF=E6=98=8C?= Date: Tue, 25 Oct 2022 15:04:38 +0800 Subject: [PATCH 2/3] Update fengkch.json --- domains/fengkch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/fengkch.json b/domains/fengkch.json index 89c4cbb40..07a06f1f5 100644 --- a/domains/fengkch.json +++ b/domains/fengkch.json @@ -6,7 +6,7 @@ }, "record": { - "A": ["https://github.com/sohokay"] + "A": "https://github.com/sohokay" } } - \ No newline at end of file + From 9d9c549015b355a9020af7fb7da988555edf1b96 Mon Sep 17 00:00:00 2001 From: hackermon Date: Thu, 27 Oct 2022 22:54:29 -0400 Subject: [PATCH 3/3] Update fengkch.json --- domains/fengkch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fengkch.json b/domains/fengkch.json index 07a06f1f5..5304c5a2d 100644 --- a/domains/fengkch.json +++ b/domains/fengkch.json @@ -6,7 +6,7 @@ }, "record": { - "A": "https://github.com/sohokay" + "URL": "https://github.com/sohokay" } }