From c47ebbbfbd5d8fad651ab7dd64eaf227ae10b9bf Mon Sep 17 00:00:00 2001 From: ZTzTopia Date: Mon, 3 Oct 2022 06:15:10 +0700 Subject: [PATCH 1/2] feat: Added domain programatically --- domains/ztz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ztz.json diff --git a/domains/ztz.json b/domains/ztz.json new file mode 100644 index 000000000..cd9923b36 --- /dev/null +++ b/domains/ztz.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ZTzTopia", + "email": "zentay36@gmail.com" + }, + + "record": { + "CNAME": "34.173.97.174:16332" + } + } + \ No newline at end of file From 25980bbc162c13c83d09387c94d7373cb73c98ea Mon Sep 17 00:00:00 2001 From: ZTz <36158219+ZTzTopia@users.noreply.github.com> Date: Mon, 3 Oct 2022 06:24:22 +0700 Subject: [PATCH 2/2] ops --- domains/ztz.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/ztz.json b/domains/ztz.json index cd9923b36..4235e9fd8 100644 --- a/domains/ztz.json +++ b/domains/ztz.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "34.173.97.174:16332" + "A": ["34.173.97.174"] } } - \ No newline at end of file +