From 5a9b51840dc8692defceb2efdebe5aa57dab03b1 Mon Sep 17 00:00:00 2001 From: polosteor Date: Tue, 5 Sep 2023 18:02:10 +0200 Subject: [PATCH] feat(domain): test.is-a.dev --- domains/test.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/test.json diff --git a/domains/test.json b/domains/test.json new file mode 100644 index 000000000..ad6b23eff --- /dev/null +++ b/domains/test.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "polosteor", + "email": "polosteor@gmail.com" + }, + "record": { + "CNAME": "polosteor.com" + } +}