From 95b4a3fe3c2c7486939be59ccee24ef7cfe1a11d Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 23 Nov 2024 16:48:02 +0800 Subject: [PATCH 1/2] Create acme-test.json --- domains/acme-test.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/acme-test.json diff --git a/domains/acme-test.json b/domains/acme-test.json new file mode 100644 index 000000000..d5694ca57 --- /dev/null +++ b/domains/acme-test.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "NS": ["bingo.ns.cloudflare.com", "matias.ns.cloudflare.com"] + } +} From e1456c7181058d7e38ec77231a169329702d973c Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:33:02 +0800 Subject: [PATCH 2/2] Update raw-api.json --- domains/raw-api.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/raw-api.json b/domains/raw-api.json index 708e00ecc..b8d2e61c5 100644 --- a/domains/raw-api.json +++ b/domains/raw-api.json @@ -5,6 +5,5 @@ }, "record": { "CNAME": "is-a.dev" - }, - "proxied": true + } }