From ef27e474cfff27eb0e91fcfffd85b639a98efad4 Mon Sep 17 00:00:00 2001 From: RehanPlayz <63925635+RehanPlayz@users.noreply.github.com> Date: Mon, 25 Oct 2021 18:17:43 +0300 Subject: [PATCH] Create suki.json I'm creating this behalf of my friend because he doesn't know how to use GitHub --- domains/suki.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 domains/suki.json diff --git a/domains/suki.json b/domains/suki.json new file mode 100644 index 000000000..96356ddf4 --- /dev/null +++ b/domains/suki.json @@ -0,0 +1,18 @@ +{ + "description": "A cool website", + "repo": "https://github.com/SukiPlayz/hello-world", + "owner": { + "username": "SukiPlayz", + "email": "sukinotsus@pastagalaxy.xyz" + }, + "record": { + "A": [ + "198.251.81.131" + ], + "MX": [ + "ns1.crystalcloud.xyz", + "ns2.crystalcloud.xyz" + ], + "TXT": "v=spf1 a mx ip4:198.251.81.131 ~all" + } +}