From a0f8d5e9be20990ad9d7e2590dfe3bc0122855e5 Mon Sep 17 00:00:00 2001 From: Thai Hung <108984837+thaihung48@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:54:03 +0700 Subject: [PATCH 1/2] Create elite.json --- domains/elite.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/elite.json diff --git a/domains/elite.json b/domains/elite.json new file mode 100644 index 000000000..d1fe4673f --- /dev/null +++ b/domains/elite.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thaihung48", + "email": "contact.hungg+dev@gmail.com" + }, + "record": { + "NS": ["dilbert.ns.cloudflare.com", "fish.ns.cloudflare.com"] + } +} From 235133abfeb1e7acef99f6574a354385680f253f Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:34:06 -0500 Subject: [PATCH 2/2] chore: formatting --- domains/elite.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/domains/elite.json b/domains/elite.json index d1fe4673f..402135049 100644 --- a/domains/elite.json +++ b/domains/elite.json @@ -1,9 +1,12 @@ { - "owner": { - "username": "thaihung48", - "email": "contact.hungg+dev@gmail.com" - }, - "record": { - "NS": ["dilbert.ns.cloudflare.com", "fish.ns.cloudflare.com"] - } + "owner": { + "username": "thaihung48", + "email": "contact.hungg+dev@gmail.com" + }, + "record": { + "NS": [ + "dilbert.ns.cloudflare.com", + "fish.ns.cloudflare.com" + ] + } }