From 6cd078941ea50daed85c7faf2c275acd442fde88 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:43:01 +0800 Subject: [PATCH] Create test.json --- domains/test.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/test.json diff --git a/domains/test.json b/domains/test.json new file mode 100644 index 000000000..b52175d6e --- /dev/null +++ b/domains/test.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "is-a-dev" + }, + "record": { + "NS": [ + "bingo.ns.cloudflare.com", + "matias.ns.cloudflare.com" + ] + } +}