From 9ad62459f5792e80f6e218498030601af2ed80c4 Mon Sep 17 00:00:00 2001 From: charlzyx Date: Mon, 12 Sep 2022 20:23:23 +0800 Subject: [PATCH 1/2] feat: Added domain programatically --- domains/charlzyx.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/charlzyx.json diff --git a/domains/charlzyx.json b/domains/charlzyx.json new file mode 100644 index 000000000..cec1faee5 --- /dev/null +++ b/domains/charlzyx.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "charlzyx", + "email": "charlzyx@qq.com" + }, + + "record": { + "CNAME": "172.21.32.1" + } + } + \ No newline at end of file From 7bda6af3a230862fcf44ac4968198529141d7970 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 13 Sep 2022 06:15:13 +0700 Subject: [PATCH 2/2] Update charlzyx.json --- domains/charlzyx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/charlzyx.json b/domains/charlzyx.json index cec1faee5..675813b47 100644 --- a/domains/charlzyx.json +++ b/domains/charlzyx.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "172.21.32.1" + "A": ["172.21.32.1"] } } - \ No newline at end of file +