From 40ffbc256f50f05b3b6c40358ee1bfdf7d698fe0 Mon Sep 17 00:00:00 2001 From: Insencel <35362457+Insencel@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:56:36 +0200 Subject: [PATCH] Create insencel.json Request to add insencel.is-a.dev as a subdomain --- domains/insencel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/insencel.json diff --git a/domains/insencel.json b/domains/insencel.json new file mode 100644 index 000000000..cc5adf59d --- /dev/null +++ b/domains/insencel.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Insencel", + "email": "devsencel@gmail.com" + }, + "description": "A domain for hosting a typo3 account to test things with and build test-websites", + "record": { + "A": [ + "164.68.124.156" + ] + } +}